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

	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Sierra Lane</b></font><br/>West on Blue Mountain Road (Grey 19) from Collingwood<br/>to Jozo Weider Blvd (2nd set of lights from town) and make a left turn.<br/>On the corner of Fairway Cres. parallel to the first fairway of Monterra Golf Course.</font></center>";

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


    //]]>
