function addMarkers(){ mySelect = document.getElementById('selection'); Altadena = [];Altadena[Altadena.length] = createMarker(new GPoint(-118.13181000,34.18283300),"
Altadena Boys & Girls Academy & Child Care
2151 N Lake Avenue
Altadena, CA 91001
Co-ed school, PK-5
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Altadena Boys & Girls Academy & Child Care",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.13106800,34.18566300),"
Camellia Montessori School
922 E Mendocino Street
Altadena, CA 91001
Co-ed school, PK-K
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Camellia Montessori School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.16128600,34.19028200),"
Children Of The King Academy
528 Mountain View Street
Altadena, CA 91001
Co-ed school, 8-12
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Children Of The King Academy",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.11216600,34.17904600),"
Firehouse Preschool
1923 Allen Avenue
Altadena, CA 91001
Co-ed school, NS-PK
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Firehouse Preschool",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.16579800,34.19170700),"
Five Acres Therapeutic School
760 Mountain View Street
Altadena, CA 91001
Co-ed school, K-8
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Five Acres Therapeutic School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.14889100,34.19100900),"
James H Hawkins Educational Programs
2662 Fair Oaks Avenue
Altadena, CA 91001
Co-ed school, 5-12
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("James H Hawkins Educational Programs",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.14825500,34.19169100),"
Jane Warner Schools
2704 Fair Oaks Avenue
Altadena, CA 91001
Co-ed school, 5-8
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Jane Warner Schools",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.13141700,34.18798200),"
Lindsay
2460 N Lake Avenue 219
Altadena, CA 91001
Co-ed school, 5-8
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Lindsay",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.13075300,34.19045700),"
Meher Montessori School
943 E Altadena Drive
Altadena, CA 91001
Co-ed school, NS-PK
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Meher Montessori School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.14462400,34.19177200),"
Pasadena Waldorf School
209 E. Mariposa Street
Altadena, CA 91001
Co-ed school, NS-8
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Pasadena Waldorf School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.12876500,34.18879400),"
Sahag-mesrob Armenian Christian School
2501 Maiden Lane
Altadena, CA 91001
Co-ed school, PK-11
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Sahag-mesrob Armenian Christian School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.13168300,34.17762600),"
St. Elizabeth Parish School
1840 N Lake Avenue
Altadena, CA 91001
Co-ed school, K-8
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("St. Elizabeth Parish School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.12911000,34.19021200),"
St. Mark's School
1050 E Altadena Drive
Altadena, CA 91001
Co-ed school, PK-6
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("St. Mark's School",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.11442100,34.17865800),"
Shiloh Academy
1751 New York Drive
Altadena, CA 91001
Co-ed school, K-12
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Shiloh Academy",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.14982200,34.18971000),"
Star Children's Academy
2561 Fair Oaks Avenue
Altadena, CA 91001
Co-ed school, PK-4
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("Star Children's Academy",'Altadena=' + Altadena.length); Altadena[Altadena.length] = createMarker(new GPoint(-118.16514100,34.19564700),"
The Sycamores School
2933 El Nido Drive
Altadena, CA 91001
Co-ed school, 5-8
[ View School Profile ]
",iconGr); mySelect.options[mySelect.options.length] = new Option("The Sycamores School",'Altadena=' + Altadena.length); } // End addStateMarkers JavaScript Function // Takes an array of markers and centers/zooms map based on marker range function centerByArray(myArray, recenter, newMaxMin) { if (newMaxMin == true) reMaxMin(myArray); for (var i = 0; i < myArray.length; i++) { var markLng = myArray[i].getPoint().x; var markLat = myArray[i].getPoint().y; if (markLat > maxLat) maxLat = markLat; if (markLng > maxLng) maxLng = markLng; if (markLat < minLat) minLat = markLat; if (markLng < minLng) minLng = markLng; } if (recenter) reCenterMap(); } // Reinit max/mins function reMaxMin(myArray) { maxLng = myArray[0].getPoint().x; maxLat = myArray[0].getPoint().y; minLng = myArray[0].getPoint().x; minLat = myArray[0].getPoint().y; } // Recenter map based on global max/mins function reCenterMap() { var bounds = new GLatLngBounds(); bounds.extend(new GLatLng(minLat, minLng)); bounds.extend(new GLatLng(maxLat, maxLng)); var center_lat = (bounds.getNorthEast().lat() + bounds.getSouthWest().lat()) / 2.0; var center_lng = (bounds.getNorthEast().lng() + bounds.getSouthWest().lng()) / 2.0; var center = new GLatLng(center_lat, center_lng); var zoom = map.getBoundsZoomLevel(bounds); map.setCenter(center,zoom); //map.setCenter(center,11); /* var center = new GPoint( (maxLng + minLng)/2, (maxLat+minLat)/2 ); var delta = new GSize(maxLng - minLng, maxLat - minLat); var minZoom = map.spec.getLowestZoomLevel(center, delta, map.viewSize); if (minZoom < 4) minZoom = 4; // Lowest possible zoom is 4 map.centerAndZoom(center, minZoom); */ } // Fires when drop down list of schools changes function selectChange(selection) { var myVal = selection.options[selection.selectedIndex].value; map.closeInfoWindow(); // Add entire array based on variable type if (myVal.indexOf('all') != -1 && myVal != 'all') { var temp = myVal.split('='); var showArray = temp[1]; // If Array is > X amount of markers, then open in a new page if (eval(showArray).length > 20) // New window depends on whether or not we're on the search page if (location.href.indexOf('nearby_schools.php') == -1) window.open(location.href + '/map/' + showArray); else window.open('/search//////' + showArray); map.removeOverlays(Altadena); map.addOverlays(eval(showArray)); centerByArray(eval(showArray), true, true); // Center and zoom on set of markers } // Add individual markers if (myVal.indexOf('all') == -1 && myVal != 'all' && myVal.length) { var temp = myVal.split('='); var myArray = temp[0]; var myIndex = parseInt(temp[1]) - 1; document.getElementById('map').width = "750"; map.removeOverlay(eval(myArray)[myIndex]); map.addOverlay(eval(myArray)[myIndex]); GEvent.trigger(eval(myArray)[myIndex],'click'); } // Show all markers if (myVal == 'all') { cntMarker = 0; reMaxMin(Altadena);map.removeOverlays(Altadena); map.addOverlays(Altadena); centerByArray(Altadena, false, false); cntMarker += Altadena.length; centerByArray(Altadena,true, false); if (cntMarker > 20) // New window depends on whether or not we're on the search page if (location.href.indexOf('schools-by-distance') == -1) window.open(location.href + '/map/all'); else window.open('/search////all'); //window.open('/map.php?type=1&schools=&school_level=&radius=&zipcode=&school_type_search=&school_type_code='); } } function createMarker(point, label, icon) { var marker = new GMarker(point, icon); var html = label; GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(html); }); return marker; }