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.0967,-117.889)};var g_d218579a66992cae412fb54156448c6f = new google.maps.Geocoder();g_d218579a66992cae412fb54156448c6f.geocode( { 'address': "928 N Citrus Ave, Covina, CA 91722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-foothill-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-foothill-federal-credit-union'), mapOptions);}document.getElementById('13c49cda').innerHTML += ' | View Map';var $ld218579a66992cae412fb54156448c6f = '

Foothill Federal Credit Union

Address: 928 N Citrus Ave, Covina, CA 91722, USA
Phone: (626) 445-0950
';var m_d218579a66992cae412fb54156448c6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foothill Federal Credit Union',});m_d218579a66992cae412fb54156448c6f['infowindow'] = new google.maps.InfoWindow({content: $ld218579a66992cae412fb54156448c6f});var infowindow = new google.maps.InfoWindow({content: $ld218579a66992cae412fb54156448c6f});google.maps.event.addListener(m_d218579a66992cae412fb54156448c6f, 'click', function() {infowindow.open(map,m_d218579a66992cae412fb54156448c6f);});$marker.push(m_d218579a66992cae412fb54156448c6f);}});}google.maps.event.addDomListener(window, 'load', initialize);