LAKESIDE GAMING - Auburn Citizen
Details for LAKESIDE GAMING
}, 0000);}
function addMarker(location, map, html, icon, label, featured)
if(featured == 'enhanced')
/* Special display for enhanced businesses */
var marker = new google.maps.Marker(
position: location,
label: label.toString(),
icon: url: icon, labelOrigin: new google.maps.Point(11, 14),
map: map
);
else
var marker = new google.maps.Marker(
position: location,
icon: icon,
map: map
);
if(html)
google.maps.event.addListener(marker, 'click', function ()
infowindow.setContent(html);
infowindow.open(map, marker);
);
function adjustZoom(map)
var listener = google.maps.event.addListener(map, "idle", function()
if (map.getZoom() > 10) map.setZoom(10);
google.maps.event.removeListener(listener);
);
google.maps.event.addDomListener(window, 'load', initialize);
No comments :