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.073,-117.898)};var g_46fb62d1d4da64dbeef9f542dd6ab152 = new google.maps.Geocoder();g_46fb62d1d4da64dbeef9f542dd6ab152.geocode( { 'address': "2225 E Garvey Ave N, West Covina, CA 91791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-united-catholics-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-united-catholics-federal-credit-union'), mapOptions);}document.getElementById('38f3586a').innerHTML += ' | View Map';var $l46fb62d1d4da64dbeef9f542dd6ab152 = '

United Catholics Federal Credit Union

Address: 2225 E Garvey Ave N, West Covina, CA 91791, USA
Phone: (626) 974-4447
';var m_46fb62d1d4da64dbeef9f542dd6ab152 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Catholics Federal Credit Union',});m_46fb62d1d4da64dbeef9f542dd6ab152['infowindow'] = new google.maps.InfoWindow({content: $l46fb62d1d4da64dbeef9f542dd6ab152});var infowindow = new google.maps.InfoWindow({content: $l46fb62d1d4da64dbeef9f542dd6ab152});google.maps.event.addListener(m_46fb62d1d4da64dbeef9f542dd6ab152, 'click', function() {infowindow.open(map,m_46fb62d1d4da64dbeef9f542dd6ab152);});$marker.push(m_46fb62d1d4da64dbeef9f542dd6ab152);}});}google.maps.event.addDomListener(window, 'load', initialize);