function load(lat,lng,zoom) { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map")); //map.setCenter(new GLatLng(37.4419, -122.1419), 4); map.addControl(new GSmallMapControl()); //map.addControl(new GMapTypeControl()); map.setCenter(new GLatLng(lat,lng), zoom); map.setMapType(G_SATELLITE_TYPE); // Creates a marker at the given point with the given number label function createMarker(point,hotel,link_code) { var marker = new GMarker(point); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml("