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.0614,-118.244)};var g_685cf8801a24d93ccc61b6da66a05402 = new google.maps.Geocoder();g_685cf8801a24d93ccc61b6da66a05402.geocode( { 'address': "701 W Cesar Estrada Chavez Ave #204, Los Angeles, CA 90012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-schools-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-schools-fed-cu'), mapOptions);}document.getElementById('cdb30eae').innerHTML += ' | View Map';var $l685cf8801a24d93ccc61b6da66a05402 = '

Schools Fed Cu

Address: 701 W Cesar Estrada Chavez Ave #204, Los Angeles, CA 90012, USA
Phone: (213) 830-0300
';var m_685cf8801a24d93ccc61b6da66a05402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Schools Fed Cu',});m_685cf8801a24d93ccc61b6da66a05402['infowindow'] = new google.maps.InfoWindow({content: $l685cf8801a24d93ccc61b6da66a05402});var infowindow = new google.maps.InfoWindow({content: $l685cf8801a24d93ccc61b6da66a05402});google.maps.event.addListener(m_685cf8801a24d93ccc61b6da66a05402, 'click', function() {infowindow.open(map,m_685cf8801a24d93ccc61b6da66a05402);});$marker.push(m_685cf8801a24d93ccc61b6da66a05402);}});}google.maps.event.addDomListener(window, 'load', initialize);