function create_and_add_Markers() {
	var baseIcon = new GIcon(null);
	baseIcon.iconSize=new GSize(16,16);
	baseIcon.iconAnchor=new GPoint(0,0);
	baseIcon.infoWindowAnchor=new GPoint(16,0);

	var rnc1Icon = new GIcon(null);
	rnc1Icon.iconSize=new GSize(16,10);
	rnc1Icon.iconAnchor=new GPoint(0,0);
	rnc1Icon.infoWindowAnchor=new GPoint(16,0);
   
    var historicIcon = new GIcon(null);
    historicIcon.iconSize = new GSize(17,17);
	historicIcon.iconAnchor=new GPoint(0,0);
	historicIcon.infoWindowAnchor=new GPoint(17,0);

	var musIcon = new GIcon(null);
    musIcon.iconSize = new GSize(17,16);
	musIcon.iconAnchor=new GPoint(0,0);
	musIcon.infoWindowAnchor=new GPoint(17,0);
	

	var plqIcon = new GIcon(null);
	plqIcon.iconSize = new GSize(16,16);
	plqIcon.iconAnchor=new GPoint(0,0);
	plqIcon.infoWindowAnchor=new GPoint(16,0);

	var side_bar
	side_bar=document.getElementById("side_bar");
			  
	var hospitalIcon = new GIcon(baseIcon, "Images/hospital.png", null, null);
	var collegeIcon = new GIcon(baseIcon, "Images/college.png", null, null);
	var universityIcon = new GIcon(baseIcon, "Images/univ.png", null, null);
	var airportIcon = new GIcon(baseIcon, "Images/airport.png", null, null);
	var courtIcon = new GIcon(baseIcon, "Images/courtlegend.png", null, null);
	var airstripIcon = new GIcon(baseIcon, "Images/airstrip.png", null, null);
	var ferryIcon = new GIcon(baseIcon, "Images/ferry.png", null, null);
	var libraryIcon = new GIcon(baseIcon, "Images/library.png", null, null);
	var dumpIcon = new GIcon(baseIcon, "Images/garbage_truck.png", null, null);
	var fishplantIcon = new GIcon(baseIcon, "Images/fishplant.png", null, null);
	var prisonIcon = new GIcon(baseIcon, "Images/prison.png", null, null);
	var rcmpIcon = new GIcon(baseIcon, "Images/rcmp.png", null, null);
	var rncIcon = new GIcon(rnc1Icon, "Images/rnc.png", null, null);
	var museumIcon = new GIcon(musIcon, "Images/museum.png", null, null);
	var archaeologyIcon = new GIcon(baseIcon, "Images/archaeology.png", null, null);
    var historicsiteIcon = new GIcon(historicIcon, "Images/historic_site.png", null, null);
	var archiveIcon = new GIcon(baseIcon, "Images/archive.png", null, null);
	var plaqueIcon = new GIcon(plqIcon, "Images/plaque2.png", null, null);

	var schoolIcon = new GIcon(baseIcon, "Images/school.png", null, null);
	/*
	var schoolIcon = new GIcon(baseIcon, "Images/school.png", null, null);
	// one way to detect IE6 and IE6 only
	var is_ie6 = (
		window.external &&
		typeof window.XMLHttpRequest == "undefined"
	);     
	schoolIcon = new GIcon(null);
	schoolIcon.image = is_ie6 ?
	"Images/school2.gif" :
	"Images/school2.png";
	schoolIcon.transparent = null; // don’t use transparency mask
	schoolIcon.shadow = null; // don’t use shadow image
	schoolIcon.iconSize = new GSize(15, 16); // icon size matches image
	schoolIcon.shadowSize = null; // self-explanatory
	schoolIcon.iconAnchor = new GPoint(7, 8); // *center* of the icon
	schoolIcon.infoWindowAnchor = new GPoint(5, 8);
	schoolIcon.infoShadowAnchor = null;
	// this marker can now be placed on the map
	*/
	var legalIcon = new GIcon(baseIcon, "Images/scales.png", null, null);
	var nursingHomeIcon = new GIcon(baseIcon, "Images/nursinghome.png", null, null);
	var womensCentreIcon = new GIcon(baseIcon, "Images/womenCentre.png", null, null);
	var victimServicesIcon = new GIcon(baseIcon, "Images/victim_services.png", null, null);
	var transhouseIcon = new GIcon(baseIcon, "Images/transhouse.png", null, null);
	var RCCIcon = new GIcon(baseIcon, "Images/rcc.png", null, null);
	var FRCIcon = new GIcon(baseIcon, "Images/family_resource_centre.png", null, null);
	 
	map.clearOverlays(null);
	///also important to delete all items in the gmarker array
	resetGmarkerArray(null);
	///////////////////////////////////////////////////////////
	
	document.CA_Mapper.activeMap.options.length = 0;
	var oOption = document.createElement("OPTION");
	oOption.text="Select a Map...";
	oOption.value="0";
	try {
	document.CA_Mapper.activeMap.add(oOption, null); // standards compliant; doesn't work in IE
	}
	catch(ex) {
	document.CA_Mapper.activeMap.add(oOption); // IE only
	}

if (document.getElementById("schoolcheckbox").checked==true) { 
var marker = createMarker (new GLatLng(52.93376,-66.93522),"A. P. Low Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>A. P. Low Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/APLowMain.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Labrador City</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='1' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.66995,-54.40674),"A. R. Scammell Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>A. R. Scammell Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/arscammell.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Change Islands</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-1,3-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='2' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.62907,-53.50882),"Acreman Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Acreman Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/acreman.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Green's Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='3' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.55359,-53.28883),"All Hallows Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>All Hallows Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/allhallows.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>North River</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='4' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.58974,-57.10030),"All Saints All-Grade","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>All Saints All-Grade</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/allsaints.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Grey River</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>2-4,6-10,12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='5' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.59153,-53.27414),"Amalgamated Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Amalgamated Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/amalgamated.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bay Roberts</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>4-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='6' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(55.45891,-60.22177),"Amos Comenius Memorial School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Amos Comenius Memorial School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/AmosComenius.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Hopedale</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='7' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.40239,-53.89189),"Anthony Paddon Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Anthony Paddon Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/anthonypaddon.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Musgravetown</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='8' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.42619,-58.48364),"Appalachia High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Appalachia High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Appalachia.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. George's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='9' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.59194,-53.28337),"Ascension Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Ascension Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Ascension.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bay Roberts</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='10' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.97626,-56.04215),"Avoca Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Avoca Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Avoca.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Badger</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='11' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(54.91187,-59.77443),"B.L. Morrison","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>B.L. Morrison</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Baccalieu.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Postville</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='12' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.07210,-53.00954),"Baccalieu Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Baccalieu Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Old Perlican</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='13' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.94047,-56.18995),"Baie Verte Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Baie Verte Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Baie Verte</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='14' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.93963,-56.19714),"Baie Verte Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Baie Verte Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BaieVerteCollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Baie Verte</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='15' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.18708,-53.99040),"Balbo Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Balbo Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BalboElementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Shoal Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='16' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.03281,-52.88245),"Baltimore  School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Baltimore  School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Baltimore.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Ferryland</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='17' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.73022,-56.42350),"Basque Memorial","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Basque Memorial</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Basque.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Red Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K,2-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='18' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.89699,-55.77527),"Bay d'Espoir Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bay d'Espoir Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Bayd'Espoir.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Milltown</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='19' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.79317,-55.87357),"Bayview Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bayview Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Nipper's Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='20' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.51880,-55.46371),"Bayview Regional Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bayview Regional Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BayviewRegionalCollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. Lunaire-Griquet</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='21' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.61834,-52.86595),"Beachy Cove Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Beachy Cove Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Portugal Cove-St. Philip's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='22' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53342,-52.74113),"Beaconsfield Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Beaconsfield Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BeaconsfieldJuniorHigh.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='23' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.84461,-59.24620),"Belanger Memorial School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Belanger Memorial School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/Belanger.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Upper Ferry</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='24' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56004,-52.72810),"Bishop Abraham Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bishop Abraham Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='25' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56937,-52.70595),"Bishop Feild Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bishop Feild Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BishopFeildElementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='26' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.38777,-53.33513),"Bishop White School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bishop White School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Port Rexton</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='27' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56113,-52.72638),"Bishops College","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bishops College</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BishopsCollege.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='28' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.50273,-57.92057),"Bonne Bay Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Bonne Bay Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BonneBayAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Woody Point</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='29' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56278,-52.72557),"Booth Memorial High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Booth Memorial High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BoothMemorialHighSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='30' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.14363,-55.35595),"Botwood Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Botwood Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BotwoodCollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Botwood</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='31' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.51421,-55.61706),"Brian Peckford Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Brian Peckford Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BrianPeckfordPrimary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Triton</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='32' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56979,-52.71846),"Brother Rice Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Brother Rice Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BrotherRiceJuniorHigh.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='33' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56695,-52.70416),"Brother T. I. Murphy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Brother T. I. Murphy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BrotherT IMurphy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 803 - Private</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='34' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.61441,-57.61995),"Burgeo Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Burgeo Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/BurgeoAcademy.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Burgeo</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='35' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.94575,-57.95365),"C.C. Loughlin Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>C.C. Loughlin Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='36' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.89011,-53.08477),"Cabot Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Cabot Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CabotAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Western Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='37' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.30167,-56.72956),"Canon Richards High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Canon Richards High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CanonRichardsHighSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Flower's Cove</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='38' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.96001,-55.59036),"Cape John Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Cape John Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CapeJohnCollegiate.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>La Scie</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='39' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.73616,-52.72989),"Cape St. Francis Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Cape St. Francis Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Pouch Cove</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='40' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.73213,-53.25871),"Carbonear Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Carbonear Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CarbonearCollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Carbonear</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='41' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.50964,-53.07620),"Catalina Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Catalina Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CatalinaElementarySchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Trinity Bay North</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='42' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.58840,-52.73221),"Centre Ecole des Grands-Vents","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Centre Ecole des Grands-Vents</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 5 - Conseil scolaire fran</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-10</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='67' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(52.94002,-66.91286),"Centre educatif l'ENVOL","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Centre educatif l'ENVOL</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Labrador City</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 5 - Conseil scolaire fran</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8,10,12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='43' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.00906,-53.88560),"Centreville Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Centreville Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Centreville-Wareham-Trinity</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='44' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.43943,-54.00915),"Charlottetown Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Charlottetown Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Charlottetown, Bonavista Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='45' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.37006,-54.90852),"Christ the King School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Christ the King School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ChristtheKingSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Rushoon</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='46' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.16045,-53.98253),"Clarenville High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Clarenville High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ClarenvilleHighSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Clarenville</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='47' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.16053,-53.98342),"Clarenville Middle School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Clarenville Middle School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ClarenvilleMiddleSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Clarenville</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>4-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='48' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.15863,-53.97197),"Clarenville Primary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Clarenville Primary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ClarenvillePrimarySchool.jp' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Clarenville</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='49' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(50.86105,-56.12198),"Cloud River Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Cloud River Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Roddickton</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='50' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.58229,-53.27888),"Coley's Point Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Coley's Point Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ColeysPointPrimary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Coley's Point</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='51' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.94940,-57.95022),"Corner Brook Regional High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Corner Brook Regional High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CornerBrookHighSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='52' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.48202,-55.28435),"Cottrell's Cove Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Cottrell's Cove Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CottrellsCoveAcademy.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Cottrell's Cove</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-11</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='53' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53268,-52.76365),"Cowan Heights Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Cowan Heights Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CowanHeightsElementary.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='54' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.50692,-53.55883),"Crescent Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Crescent Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/CrescentCollegiate.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Blaketown</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='55' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(52.54933,-56.29881),"D.C. Young School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>D.C. Young School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/DCYoungSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Port Hope Simpson</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='56' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.74092,-53.21836),"Davis Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Davis Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/DavisElementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Carbonear</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-5</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='57' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.96618,-55.88195),"Deckwood Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Deckwood Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Woodstock</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='58' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.64216,-53.10162),"Discovery Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Discovery Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/DiscoveryCollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bonavista</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='59' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.57690,-52.72790),"District School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>District School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='60' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.10216,-55.19711),"Donald C. Jamieson Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Donald C. Jamieson Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/DonaldCJamiesonAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Marystown</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-7</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='61' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.50726,-55.72253),"Dorset Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Dorset Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/DorsetCollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Pilley's Island</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='62' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.68011,-58.39183),"Douglas Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Douglas Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>La Poile</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>2,4,7</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='63' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(46.91315,-53.56702),"Dunne Memorial Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Dunne Memorial Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/DunneMemorialAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. Mary's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='64' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.23442,-58.82329),"E.A. Butler All Grade","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>E.A. Butler All Grade</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bay St. George South</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='65' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.29891,-60.31237),"Ecole Boreale de Goose Bay","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Ecole Boreale de Goose Bay</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ecoleBorealedegoosebay.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Happy Valley-Goose Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 5 - Conseil scolaire fran</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-2,6,7</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='66' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.48173,-59.20068),"Ecole Notre-Dame du Cap","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Ecole Notre-Dame du Cap</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Cape St. George</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 5 - Conseil scolaire fran</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-2,4-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='68' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.64976,-59.00000),"Ecole Ste-Anne","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Ecole Ste-Anne</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>La Grand'Terre</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 5 - Conseil scolaire fran</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-11</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='69' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.17319,-57.42239),"Elwood Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Elwood Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/elwoodelementary.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Deer Lake</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-5</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='70' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.17332,-57.42163),"Elwood High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Elwood High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/elwoodhighschool.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Deer Lake</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='71' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.77112,-53.46009),"Epiphany Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Epiphany Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/epiphanyelementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Heart's Delight-Islington</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='72' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.52921,-64.01212),"Eric G. Lambert All-Grade","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Eric G. Lambert All-Grade</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ericglambertallgrade.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Churchill Falls</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 803 - Private</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='73' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.97162,-55.58203),"Exploits Valley High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Exploits Valley High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/exploitsvalleyhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Grand Falls-Windsor</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='74' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.93491,-55.65526),"Exploits Valley Intermediate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Exploits Valley Intermediate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Grand Falls-Windsor</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='75' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(46.92047,-54.17085),"Fatima Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Fatima Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/fatimaacademy.png' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. Bride's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='76' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53139,-52.79879),"First Baptist Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>First Baptist Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 803 - Private</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-4,7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='77' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.46531,-55.50332),"Fitzgerald Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Fitzgerald Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/fitzgeraldacademy.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>English Harbour West</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='78' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.66557,-54.22194),"Fogo Island Central Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Fogo Island Central Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/fogoislandcentralacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Fogo Island Centre</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='79' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.52731,-54.94303),"Fortune Bay Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Fortune Bay Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/fortunebayacademy.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. Bernard's-Jacques Fontaine</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='80' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.48004,-52.98705),"Frank Roberts Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Frank Roberts Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/frankrobertsjuniorhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Conception Bay South</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='81' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.96037,-57.92579),"G.C. Rowe Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>G.C. Rowe Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/gcrowejuniorhigh.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='82' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.95642,-54.61444),"Gander Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Gander Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ganderacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Gander</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='83' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.96097,-54.63454),"Gander Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Gander Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/gandercollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Gander</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='84' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.45134,-53.94883),"Gill Memorial Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Gill Memorial Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/gillmemorialacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Musgrave Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='85' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.67050,-54.03320),"Glovertown Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Glovertown Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/glovertownacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Glovertown</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='86' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.57941,-52.72389),"Gonzaga High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Gonzaga High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/gonzagaregionalhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='87' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.46176,-52.77601),"Goulds Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Goulds Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/gouldselementary.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's (Goulds)</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='88' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.67165,-58.22728),"Grand Bruit AG","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Grand Bruit AG</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/grantbruitallgrade.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Grand Bruit</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='89' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.59769,-58.88479),"Grandy's River Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Grandy's River Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/grandysrivercollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Burnt Islands</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='90' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.48828,-55.81234),"Green Bay South Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Green Bay South Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/greenbaysouthacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Robert's Arm</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='91' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.28704,-54.93497),"Greenwood Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Greenwood Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/greenwoodacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Campbellton</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='92' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.60318,-57.92316),"Gros Morne Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Gros Morne Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/grosmorneacademy.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Rocky Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='93' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(50.73080,-56.10889),"H.G. Fillier Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>H.G. Fillier Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/HGFillieracademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Englee</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='94' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.63885,-55.78756),"H.L. Strong Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>H.L. Strong Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/HLStrongAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Little Bay Islands</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>1,3-5,8-11</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='95' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.54268,-56.85661),"Hampden Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Hampden Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/HampdenAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Hampden</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='96' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.69691,-53.21135),"Harbour Grace Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Harbour Grace Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/harbourgraceprimary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Harbour Grace</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-5</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='97' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.36153,-55.58293),"Harriot Curtis Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Harriot Curtis Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. Anthony</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='98' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53378,-52.74479),"Hazelwood Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Hazelwood Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/hazelwoodelementary.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='99' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.01459,-55.48229),"Helen Tulk Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Helen Tulk Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/helentulkelementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bishop's Falls</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='100' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.70634,-56.99794),"Henry Gordon Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Henry Gordon Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/henrygordonacademy.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Cartwright</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>1-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='101' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.07044,-53.57433),"Heritage Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Heritage Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Greenspond</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='102' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.36655,-53.85776),"Heritage Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Heritage Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/heritagecollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lethbridge</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='103' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.95863,-55.59096),"Hillside Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Hillside Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/hillsideelementary.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>LaScie</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='104' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.08791,-55.25792),"Hillview Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Hillview Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/hillviewacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Norris Arm</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='105' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(50.23877,-57.58678),"Holy Cross All Grade School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Cross All Grade School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holycrossallgrade.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Daniel's Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3,5-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='106' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.86641,-55.84301),"Holy Cross Community School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Cross Community School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holycrosscommunityschool.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. Alban's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 803 - Private</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='107' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.38532,-53.13075),"Holy Cross Elementary, Holyrood","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Cross Elementary, Holyrood</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holycrosselementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Holyrood</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='108' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.55541,-52.72879),"Holy Cross Elementary, St. John's","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Cross Elementary, St. John's</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holycrosselementarystjohns.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='109' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.55620,-52.72441),"Holy Cross Junior High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Cross Junior High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holycrossjuniorhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='110' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.65268,-53.75587),"Holy Cross School Complex","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Cross School Complex</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holycrossschoolcomplex.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Eastport</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='111' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.51879,-53.67223),"Holy Family Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Family Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holyfamilyelementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Chapel Arm</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='112' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53395,-52.89297),"Holy Family School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Family School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holyfamilyschool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Paradise</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='113' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56858,-52.71570),"Holy Heart of Mary High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Heart of Mary High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holyhearthighschool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='114' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(46.95061,-55.54051),"Holy Name of Mary Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Name of Mary Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holynameofmaryacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lawn</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='115' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.61216,-53.28014),"Holy Redeemer Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Redeemer Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holyredeemerelementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Spaniard's Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='116' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.52398,-52.94644),"Holy Spirit High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Spirit High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holy_spirit_high_school.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Conception Bay South</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='117' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.65529,-52.72491),"Holy Trinity Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Trinity Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/holytrinityelementary.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Torbay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='118' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.65789,-52.72029),"Holy Trinity High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Holy Trinity High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Torbay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='119' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.95912,-57.92526),"Humber Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Humber Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/humberelementary.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='120' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.55323,-52.72644),"I.J. Samson Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>I.J. Samson Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='121' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.44927,-53.23229),"Immaculate Conception","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Immaculate Conception</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/immaculateconception.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Colliers</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='122' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.96302,-57.92993),"Immaculate Heart of Mary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Immaculate Heart of Mary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 803 - Private</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='123' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.49990,-56.07597),"Indian River Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Indian River Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Springdale</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='124' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.49628,-56.07417),"Indian River High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Indian River High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/indianriverhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Springdale</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='125' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(55.08698,-59.17701),"J.C. Erhardt Memorial School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>J.C. Erhardt Memorial School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jcerhardtmemorial.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Makkovik</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='126' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.95441,-57.99445),"J.J. Curling Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>J.J. Curling Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jjcurlingelementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='127' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.64953,-54.76376),"J.M. Olds Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>J.M. Olds Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jmoldscollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Twillingate</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='128' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(52.89830,-66.86419),"J.R. Smallwood Middle School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>J.R. Smallwood Middle School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jrsmallwoodcollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Wabush</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>4-7</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='129' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.47498,-58.12929),"Jakeman All Grade","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Jakeman All Grade</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jakemanallgrade.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Trout River</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='130' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.60128,-55.87055),"James Cook Memorial","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>James Cook Memorial</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jamescookmemorial.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Cook's Harbour</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-2,4-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='131' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.86647,-53.99386),"Jane Collins Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Jane Collins Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/janecollinsacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Hare Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>Level I-III</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='132' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(56.53832,-61.70267),"Jens Haven Memorial","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Jens Haven Memorial</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/jenshavenmemorial.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Nain</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='133' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.09714,-55.76483),"John Burke High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>John Burke High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/johnburkehighschool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Grand Bank</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>8-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='134' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.55726,-55.92666),"John Watkins Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>John Watkins Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/johnwatkinsacademy.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Hermitage</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='135' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.47188,-55.82777),"King Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>King Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/KingAcademy.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Harbour Breton</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='136' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.07031,-55.82685),"Lake Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lake Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lakeacademy.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Fortune</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-7</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='137' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.52712,-60.14695),"Lake Melville School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lake Melville School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>North West River</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='138' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.55388,-52.71730),"Lakecrest, St. John's Independent School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lakecrest, St. John's Independent School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lakecreststjohnsindependentschool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 803 - Private</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='139' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.82468,-56.85227),"Lakeside Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lakeside Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lakesideAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Buchans</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='140' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.99204,-54.87704),"Lakewood Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lakewood Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lakewoodacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Glenwood</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='141' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56395,-52.75418),"Larkhall Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Larkhall Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/larkhallacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='142' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.24219,-53.96644),"Laval High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Laval High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lavalhighschool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Placentia</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='143' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.50411,-55.45987),"Leading Tickles Primary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Leading Tickles Primary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Leading Tickles</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='144' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56444,-52.75519),"Leary's Brook Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Leary's Brook Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='145' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.58449,-58.97348),"LeGallais Memorial","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>LeGallais Memorial</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/legallaismemorialallgrade.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Isle aux Morts</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='146' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.99625,-55.51700),"Leo Burke Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Leo Burke Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/leoburkeacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bishop's Falls</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='147' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.11316,-53.58359),"Lester Pearson Memorial High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lester Pearson Memorial High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lesterpearsonmemorialhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>New-Wes-Valley</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='148' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.24686,-55.05440),"Lewisporte Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lewisporte Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lewisporteacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lewisporte</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='149' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.25073,-55.06387),"Lewisporte Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lewisporte Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lewisportecollegiate.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lewisporte</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='150' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.25300,-55.06218),"Lewisporte Intermediate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lewisporte Intermediate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lewisporte</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='297' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.61526,-55.67837),"Long Island Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Long Island Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/longislandacademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lushes Bight-Beaumont-Beaumont North</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>2,4-10,12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='151' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.91261,-57.79476),"Long Range Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Long Range Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/longrangeacademy.png' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Cow Head</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='152' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.64946,-58.99732),"Lourdes Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lourdes Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lourdes</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='153' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.29595,-53.60844),"Lumsden School Complex","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Lumsden School Complex</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/lumsdenschoolcomplex.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Lumsden</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='154' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.75002,-56.01851),"M.W. Jeans Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>M.W. Jeans Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Burlington</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='155' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.59302,-52.71360),"MacDonald Drive Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>MacDonald Drive Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/macdonalddriveelementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='156' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.59402,-52.71501),"MacDonald Drive Junior High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>MacDonald Drive Junior High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/macdonalddrivejuniorhigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='157' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56763,-52.71795),"Macpherson Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Macpherson Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/macphersonelementary.JPG' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='158' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.76607,-56.90637),"Main River Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Main River Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/mainriveracademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Pollard's Point</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='159' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.59002,-52.71246),"Mary Queen of Peace","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mary Queen of Peace</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MaryQueenOfPeaceElementary.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='160' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.52318,-52.78611),"Mary Queen of the World","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mary Queen of the World</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MaryQueenOfTheWorld.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='161' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.18312,-56.02244),"Mary Simms All-Grade","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mary Simms All-Grade</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MarySimmsAllGrade.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Main Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3,5-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='162' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.16452,-55.16545),"Marystown Central High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Marystown Central High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MarystownCentralHigh.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Marystown</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='163' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.65420,-53.10672),"Matthew Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Matthew Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Bonavista</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='164' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.29932,-60.30990),"Mealy Mountain Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mealy Mountain Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MealyMountainCollegiate.png' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Happy Valley-Goose Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>8-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='165' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.14454,-55.34318),"Memorial Academy, Botwood","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Memorial Academy, Botwood</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MemorialAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Botwood</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='166' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.16404,-53.55666),"Memorial Academy, New-Wes-Valley","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Memorial Academy, New-Wes-Valley</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MemorialAcademyWesleyville.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>New-Wes-Valley</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='167' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(52.93733,-66.91217),"Menihek High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Menihek High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MenihekHighSchool.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Labrador City</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>8-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='168' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.93823,-55.65707),"Millcrest Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Millcrest Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MillcrestAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Grand Falls-Windsor</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>4-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='169' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.25197,-52.84289),"Mobile Central High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mobile Central High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MobileCentralHigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mobile</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='170' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.51649,-52.81218),"Morris Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Morris Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MorrisAcademy.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-4</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='171' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.51635,-52.82147),"Mount Pearl Intermediate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mount Pearl Intermediate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MountPearlIntermediate.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>6-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='172' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.51524,-52.82181),"Mount Pearl Senior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mount Pearl Senior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='173' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.47209,-56.95773),"Mountain Feild Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mountain Feild Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Forteau</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='174' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.70535,-56.08536),"MSB Regional Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>MSB Regional Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MSBRegionalAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Middle Arm</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='175' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.31696,-60.16673),"Mud Lake School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mud Lake School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mud Lake</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>5,7-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='176' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(55.91386,-61.11880),"Mushuau Innu Natuashish School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Mushuau Innu Natuashish School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/MushuauInnuNatuashish.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Natuashish</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 804 - Native  Federal</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-11</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='177' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.49057,-54.79896),"New World Island Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>New World Island Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/NewWorldIslandAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Summerford</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='178' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53322,-52.74770),"Newfoundland & Labrador School for the Deaf","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Newfoundland & Labrador School for the Deaf</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/NewfoundlandSchoolForTheDeaf.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 902 - Institutional</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>1,2,4-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='181' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.41150,-53.53999),"Newfoundland & Labrador Youth Centre","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Newfoundland & Labrador Youth Centre</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Whitbourne</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 903 - Social Service</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>8-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='180' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.50817,-52.80833),"Newtown Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Newtown Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='179' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(54.18264,-58.43330),"Northern Lights Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Northern Lights Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Rigolet</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='182' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.51212,-52.81978),"O'Donel High School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>O'Donel High School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Mount Pearl</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Senior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='183' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.62250,-56.70971),"Our Lady of Labrador","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Our Lady of Labrador</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>West St. Modeste</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-5,7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='184' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.42592,-58.48235),"Our Lady of Mercy Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Our Lady of Mercy Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/OurLadyOfMercy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. George's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='185' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.47907,-59.20717),"Our Lady of the Cape School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Our Lady of the Cape School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/OurLadyOfTheCapeSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Cape St. George</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-8</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='186' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.53534,-52.86653),"Paradise Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Paradise Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/ParadiseElementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Paradise</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='187' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.01707,-57.57958),"Pasadena Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Pasadena Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PasadenaAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Pasadena</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='188' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.01170,-57.62051),"Pasadena Elementary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Pasadena Elementary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Pasadena</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='189' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.54943,-58.59005),"Pathfinder/Directions Alternative Sc","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Pathfinder/Directions Alternative Sc</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Stephenville</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>10-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='190' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.30044,-60.30806),"Peacock Primary School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Peacock Primary School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PeacockPrimary.png' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Happy Valley-Goose Bay</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Primary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-3</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='191' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.10334,-55.19766),"Pearce Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Pearce Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PearceJuniorHighSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Burin</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>8-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='192' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(53.51667,-60.15000),"Peenamin McKenzie School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Peenamin McKenzie School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/unavailable_facility.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Sheshatshiu</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 1 - Labrador</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='193' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.95854,-53.33010),"Perlwin Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Perlwin Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PerlwinElementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Winterton</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-6</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='194' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.77395,-53.19667),"Persalvic Elementary","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Persalvic Elementary</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PersalvicElementary.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Victoria</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='195' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.39526,-54.28796),"Phoenix Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Phoenix Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PheonixAcademy.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Carmanville</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='196' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.54929,-58.91461),"Piccadilly Central High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Piccadilly Central High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PiccadillyCentralHigh.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Piccadilly</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>High School</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>9-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='197' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(51.55518,-55.71790),"Pistolet Bay School","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Pistolet Bay School</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PistoletBaySchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Raleigh</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Elementary</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>1-2,5-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='198' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(49.33106,-55.40316),"Point Leamington Academy","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Point Leamington Academy</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PointLeamingtonAcademy.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Point Leamington</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 3 - Nova Central</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>K to 12</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>K-12</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='199' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(48.94805,-57.94861),"Presentation Junior High","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Presentation Junior High</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PresentationJuniorHighSchool.jpg' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>Corner Brook</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 2 - Western</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Type of School:</font></small></strong></td><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Arial'>Grades Offered:</font></small></strong></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF'><small><font face='Arial'>Junior High</font></small></td><td width='50%' bgcolor='#FFFFFF' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>7-9</font></small></td></tr><tr align='center'><td width='100%' bgcolor='#FFFFFF' colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='left'><td width='9%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><input type='checkbox' name='schoolBox' value='200' onclick='getSchoolData(this.value, this.checked)'></td><td width='91%' align='left' bgcolor='#996633' style='border-top: 1px solid rgb(0,0,0)'><strong><font color='#FFFF80' face='Arial'><small>Display Infrastructure Profile</small></font></strong></td></tr></table></td></tr></table></td></tr></table>", schoolIcon,"school");
map.addOverlay(marker);
var marker = createMarker (new GLatLng(47.56689,-52.73911),"Prince of Wales Collegiate","<table border='1' cellpadding='0' cellspacing='0' width='320' height='200' style='margin-top: 8px'><tr align='center'><td bgcolor='#637B52'><font color='#FFFF80' face='Arial'><small><strong>Prince of Wales Collegiate</strong></small></font></td></tr><tr align='center'><td><img src='Images/Schools/PrinceOfWalesCollegiate.gif' width='350' height='115'></td></tr><tr align='center'><td><table border='0' cellpadding='0' cellspacing='0' width='100%'><tr align='center'><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>Location:</small></strong></font></td><td width='50%' bgcolor='#FFAA55' align='center' style='border-bottom: 1px solid rgb(0,0,0); border-left: 1px solid rgb(0,0,0)'><font face='Arial' color='#000000'><strong><small>District:</small></strong></font></td></tr><tr align='center'><td width='50%' bgcolor='#FFFFFF' align='center'><small><font face='Arial'>St. John's</font></small></td><td width='50%' bgcolor='#FFFFFF' align='center' style='border-left: 1px solid rgb(0,0,0)'><small><font face='Arial'>District 4 - Eastern</font></small></td></tr><tr align='center'><td width='50%' align='center' style='border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)' bgcolor='#FFAA55'><strong><small><font face='Aria