var map;function initMap(){if(GBrowserIsCompatible()&&hotelLatitude&&hotelLongitude){map=new GMap2($("smallMap"));map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());var a=new GLatLng(hotelLatitude,hotelLongitude);map.setCenter(a,13);var b=new GMarker(a);map.addOverlay(b)}else{$("mapSectionDiv").style.display="none";$("mapButton").src="/images/map_disabled.jpg"}}function showFullMap(){$("smallMap").style.height="400px";initMap();mapHidden=false;highlight($("mapButton"))}function hideFullMap(){$("smallMap").style.height="123px";initMap();mapHidden=true;lowlight($("mapButton"))}function toggleMap(){if(mapHidden){showFullMap()}else{hideFullMap()}}function reCenterMap(){var a=new GLatLng(hotelLatitude,hotelLongitude);map.setCenter(a)};
