ncG1vNJzZmiln6OyunrCp6Vnm5%2BifK6txpqxoqaVqHynv8FomZ6rpKW5oq%2FErGZraGBtfK6tz6xmnKGkrnx0go2hq6ak
100 Best places to live and launch 2008 - Map: Stafford, TX
July 2024 ยท 1 minute read
']] ]; function createMarker(point, string) {var marker = new GMarker(point);GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(string); });return marker; } function show(num) {map.clearOverlays();map.panTo(new GLatLng(29.62419, -95.56336));if(places[num].length == 0) {alert("There are no locations of that type.");} else {for (var i = 0; i < places[num].length; i++) {map.addOverlay(createMarker(new GLatLng(places[num][i][0], places[num][i][1]), places[num][i][2]));}}map.openInfoWindowHtml((new GLatLng(29.62419, -95.56336)),''); } function load() {if (GBrowserIsCompatible()) {map = new GMap2(document.getElementById("map"));map.addControl(new GLargeMapControl());map.addControl(new GMapTypeControl());//map.disableDragging();map.setCenter(new GLatLng(29.62419, -95.56336), 11);show(0);} } function resetMap() {map.clearOverlays();map.panTo(new GLatLng(29.62419, -95.56336)); } //]]>