var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.2652,-118.514)};var g_db6a22a1feb7e1fd383a93b757538380 = new google.maps.Geocoder();g_db6a22a1feb7e1fd383a93b757538380.geocode( { 'address': "17425 Chatsworth St, Granada Hills, CA 91344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-extra-credit-educational-center').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-extra-credit-educational-center'), mapOptions);}document.getElementById('b7dc8e74').innerHTML += ' | View Map';var $ldb6a22a1feb7e1fd383a93b757538380 = '

Extra Credit Educational Center

Address: 17425 Chatsworth St, Granada Hills, CA 91344, USA
Phone: (818) 366-1604
';var m_db6a22a1feb7e1fd383a93b757538380 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Extra Credit Educational Center',});m_db6a22a1feb7e1fd383a93b757538380['infowindow'] = new google.maps.InfoWindow({content: $ldb6a22a1feb7e1fd383a93b757538380});var infowindow = new google.maps.InfoWindow({content: $ldb6a22a1feb7e1fd383a93b757538380});google.maps.event.addListener(m_db6a22a1feb7e1fd383a93b757538380, 'click', function() {infowindow.open(map,m_db6a22a1feb7e1fd383a93b757538380);});$marker.push(m_db6a22a1feb7e1fd383a93b757538380);}});}google.maps.event.addDomListener(window, 'load', initialize);