';
map.removeControl(mapViewControl);
map.removeControl(mapTypeControl);
overlay.openInfoWindowHtml(text);
overlay.text = text;
})
}
});
GEvent.addListener(map,'infowindowclose',function(){
map.addControl(mapViewControl);
map.addControl(mapTypeControl);
});
var marker = new GMarker(new GLatLng(39.048002,-77.435702), {icon: projectMarker, title:'Belmont Country Club'});
marker.id = 3238;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(41.951725,-88.110702), {icon: projectMarker, title:'Bloomingdale Walk'});
marker.id = 3239;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(28.532322,-81.498602), {icon: projectMarker, title:'Chatham Place at Arbor Meadows'});
marker.id = 3243;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(37.399359,-122.014037), {icon: projectMarker, title:'City Park at Sunnyvale'});
marker.id = 3245;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(30.092267,-81.410088), {icon: projectMarker, title:'Coastal Oaks at Nocatee'});
marker.id = 3247;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(41.060056,-75.095451), {icon: projectMarker, title:'Country Club of the Poconos'});
marker.id = 3296;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(37.389885,-121.890525), {icon: projectMarker, title:'Courtyards at Lundy'});
marker.id = 3297;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(38.84384,-77.640761), {icon: projectMarker, title:'Dominion Valley Country Club'});
marker.id = 3298;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(36.104603,-115.211581), {icon: projectMarker, title:'Fairway Hills in the Ridges'});
marker.id = 3299;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(42.244117,-88.071079), {icon: projectMarker, title:'Hawthorn Woods Country Club'});
marker.id = 3302;
map.addOverlay(marker);
}
//]]>