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

	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Arrowhead at Blue Mountain</b></font><br/>West on Blue Mountain Road from Collingwood.<br/>Go about 1.1 Km past Jozo Weider Blvd (second lights)<br/> and it's on the corner of Kandahar Lane and Blue Mountian Rd.</font></center>";

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


    //]]>
