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.1959,-118.606)};var g_07871915a8107172b3b5dc15a6574ad3 = new google.maps.Geocoder();g_07871915a8107172b3b5dc15a6574ad3.geocode( { 'address': "6911 Topanga Canyon Blvd, Canoga Park, CA 91303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-second-alliance').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-second-alliance'), mapOptions);}document.getElementById('9e19aa79').innerHTML += ' | View Map';var $l07871915a8107172b3b5dc15a6574ad3 = '

Second Alliance

Address: 6911 Topanga Canyon Blvd, Canoga Park, CA 91303, USA
Phone: (818) 347-4126
';var m_07871915a8107172b3b5dc15a6574ad3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Second Alliance',});m_07871915a8107172b3b5dc15a6574ad3['infowindow'] = new google.maps.InfoWindow({content: $l07871915a8107172b3b5dc15a6574ad3});var infowindow = new google.maps.InfoWindow({content: $l07871915a8107172b3b5dc15a6574ad3});google.maps.event.addListener(m_07871915a8107172b3b5dc15a6574ad3, 'click', function() {infowindow.open(map,m_07871915a8107172b3b5dc15a6574ad3);});$marker.push(m_07871915a8107172b3b5dc15a6574ad3);}});}google.maps.event.addDomListener(window, 'load', initialize);