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.0472,-118.165)};var g_80869551c721e60a06e66743bb81c424 = new google.maps.Geocoder();g_80869551c721e60a06e66743bb81c424.geocode( { 'address': "2625 Corporate Pl, Monterey Park, CA 91754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-fa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-fa-federal-credit-union'), mapOptions);}document.getElementById('370b3f2b').innerHTML += ' | View Map';var $l80869551c721e60a06e66743bb81c424 = '

F&A Federal Credit Union

Address: 2625 Corporate Pl, Monterey Park, CA 91754, USA
Phone: (323) 268-1226
';var m_80869551c721e60a06e66743bb81c424 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F&A Federal Credit Union',});m_80869551c721e60a06e66743bb81c424['infowindow'] = new google.maps.InfoWindow({content: $l80869551c721e60a06e66743bb81c424});var infowindow = new google.maps.InfoWindow({content: $l80869551c721e60a06e66743bb81c424});google.maps.event.addListener(m_80869551c721e60a06e66743bb81c424, 'click', function() {infowindow.open(map,m_80869551c721e60a06e66743bb81c424);});$marker.push(m_80869551c721e60a06e66743bb81c424);}});}google.maps.event.addDomListener(window, 'load', initialize);