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.0776,-117.908)};var g_b43fef7c6f26294c5a131932f505da20 = new google.maps.Geocoder();g_b43fef7c6f26294c5a131932f505da20.geocode( { 'address': "471 N Azusa 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-city-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-first-city-credit-union'), mapOptions);}document.getElementById('38b8616d').innerHTML += ' | View Map';var $lb43fef7c6f26294c5a131932f505da20 = '

First City Credit Union

Address: 471 N Azusa Ave, West Covina, CA 91791, USA
Phone: (800) 944-2200
';var m_b43fef7c6f26294c5a131932f505da20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First City Credit Union',});m_b43fef7c6f26294c5a131932f505da20['infowindow'] = new google.maps.InfoWindow({content: $lb43fef7c6f26294c5a131932f505da20});var infowindow = new google.maps.InfoWindow({content: $lb43fef7c6f26294c5a131932f505da20});google.maps.event.addListener(m_b43fef7c6f26294c5a131932f505da20, 'click', function() {infowindow.open(map,m_b43fef7c6f26294c5a131932f505da20);});$marker.push(m_b43fef7c6f26294c5a131932f505da20);}});}google.maps.event.addDomListener(window, 'load', initialize);