
    //<![CDATA[
	var map = new GMap(document.getElementById("map"));
	map.addControl(new GMapTypeControl());
	map.addControl(new GLargeMapControl());
	map.centerAndZoom(new GPoint(-80.31872749328613, 44.507463119211465), 5);

	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Chateau Ridge</b></font><br/>West on Blue Mountain Road from Collingwood.<br/>Go just past Jozo Weider Blvd at Blue Mountain Inn (third lights)<br/> about 0.05 KM's and the Ridge is on the left just past the hotel.</font></center>";

	map.openInfoWindow(map.getCenterLatLng(), t);


    //]]>
