';
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(45.580178,-73.179368), {icon: projectMarker, title:'Le Village de la Gare (Condos)'});
marker.id = 121;
map.addOverlay(marker);
var marker = new GMarker(new GLatLng(45.580178,-73.179368), {icon: projectMarker, title:'Le Village de la Gare (Townhouses)'});
marker.id = 14810;
map.addOverlay(marker);
}
//]]>