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.0747,-117.892)};var g_5270d66d0b17e184d7e2aee6a478ec93 = new google.maps.Geocoder();g_5270d66d0b17e184d7e2aee6a478ec93.geocode( { 'address': "2530 E Workman Ave, West Covina, CA 91791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-first-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-first-financial-credit-union'), mapOptions);}document.getElementById('07fbf780').innerHTML += ' | View Map';var $l5270d66d0b17e184d7e2aee6a478ec93 = '

First Financial Credit Union

Address: 2530 E Workman Ave, West Covina, CA 91791, USA
Phone: (800) 537-8491 ext.
';var m_5270d66d0b17e184d7e2aee6a478ec93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Credit Union',});m_5270d66d0b17e184d7e2aee6a478ec93['infowindow'] = new google.maps.InfoWindow({content: $l5270d66d0b17e184d7e2aee6a478ec93});var infowindow = new google.maps.InfoWindow({content: $l5270d66d0b17e184d7e2aee6a478ec93});google.maps.event.addListener(m_5270d66d0b17e184d7e2aee6a478ec93, 'click', function() {infowindow.open(map,m_5270d66d0b17e184d7e2aee6a478ec93);});$marker.push(m_5270d66d0b17e184d7e2aee6a478ec93);}});}google.maps.event.addDomListener(window, 'load', initialize);