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.1391,-118.028)};var g_919508b359a31b0ea6a589ee86028c1f = new google.maps.Geocoder();g_919508b359a31b0ea6a589ee86028c1f.geocode( { 'address': "30 S 1st Ave, Arcadia, CA 91006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcadia-CA-foothill-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('arcadia-CA-foothill-federal-credit-union'), mapOptions);}document.getElementById('a4e37dd5').innerHTML += ' | View Map';var $l919508b359a31b0ea6a589ee86028c1f = '

Foothill Federal Credit Union

Address: 30 S 1st Ave, Arcadia, CA 91006, USA
Phone: (626) 445-0950
';var m_919508b359a31b0ea6a589ee86028c1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foothill Federal Credit Union',});m_919508b359a31b0ea6a589ee86028c1f['infowindow'] = new google.maps.InfoWindow({content: $l919508b359a31b0ea6a589ee86028c1f});var infowindow = new google.maps.InfoWindow({content: $l919508b359a31b0ea6a589ee86028c1f});google.maps.event.addListener(m_919508b359a31b0ea6a589ee86028c1f, 'click', function() {infowindow.open(map,m_919508b359a31b0ea6a589ee86028c1f);});$marker.push(m_919508b359a31b0ea6a589ee86028c1f);}});}google.maps.event.addDomListener(window, 'load', initialize);