" . $schoolName . ""; // $markerList .= "center"; $markerList .= "\n"; echo "var latlng = new GLatLng(" . $schoolLat . ", " . $schoolLng . ");\n"; echo "map.addOverlay(createMarker(latlng, \"" . $schoolName . "\", \"" . $schoolAddr . "\", \"" . $schoolURL . "\"));\n"; } } return $markerList; } //echo "up here"; include 'inc/title.php'; include 'inc/directions.php'; include 'inc/banner.php'; $link = mysql_connect("mysql", "hmpsadmin", "r3guL00z"); mysql_select_db("hmps"); $query = "SELECT `idSchool`, `name`, `addrStreet`, `addrCity`, `lat`, `lng`, `url`, `path` FROM `tblSchools` WHERE `isActive` = 1 ORDER BY `sortname`"; //echo $query; $result = mysql_query($query); $numrows = mysql_num_rows($result); //echo "hello"; ?> \n"; echo "//\n"; echo "\n"; ?>
"; echo "

Map of Member Schools

"; echo "

\n"; echo "Click on the school name in the list on the right to center and zoom into the schools location. "; echo "You may use the pan and zoom controls on the left to adjust the view and scale of the map. "; echo "The map, satellite and hybrid buttons at the top right of the map can be used to adjust the way the map is presented."; echo "

\n"; echo "
\n"; echo "
    \n"; echo $markerList; echo "
\n"; echo "
\n"; // Close content mysql_close($link); include 'inc/footer.php'; ?>