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.2676,-118.42)};var g_5dcc93b6e975f8a8e68429cae4e45cc2 = new google.maps.Geocoder();g_5dcc93b6e975f8a8e68429cae4e45cc2.geocode( { 'address': "13168 Van Nuys Blvd, Pacoima, CA 91331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-pacoima-development-fcu').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-pacoima-development-fcu'), mapOptions);}document.getElementById('e940a394').innerHTML += ' | View Map';var $l5dcc93b6e975f8a8e68429cae4e45cc2 = '

Pacoima Development Fcu

Address: 13168 Van Nuys Blvd, Pacoima, CA 91331, USA
Phone: (818) 899-8409
';var m_5dcc93b6e975f8a8e68429cae4e45cc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacoima Development Fcu',});m_5dcc93b6e975f8a8e68429cae4e45cc2['infowindow'] = new google.maps.InfoWindow({content: $l5dcc93b6e975f8a8e68429cae4e45cc2});var infowindow = new google.maps.InfoWindow({content: $l5dcc93b6e975f8a8e68429cae4e45cc2});google.maps.event.addListener(m_5dcc93b6e975f8a8e68429cae4e45cc2, 'click', function() {infowindow.open(map,m_5dcc93b6e975f8a8e68429cae4e45cc2);});$marker.push(m_5dcc93b6e975f8a8e68429cae4e45cc2);}});}google.maps.event.addDomListener(window, 'load', initialize);