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.1066,-117.666)};var g_71f1e52ad065d3e024246804269c04be = new google.maps.Geocoder();g_71f1e52ad065d3e024246804269c04be.geocode( { 'address': "1024 W Foothill Blvd, Upland, CA 91786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-chaffey-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-chaffey-federal-credit-union'), mapOptions);}document.getElementById('c3b5d393').innerHTML += ' | View Map';var $l71f1e52ad065d3e024246804269c04be = '

Chaffey Federal Credit Union

Address: 1024 W Foothill Blvd, Upland, CA 91786, USA
Phone: (909) 986-4552
';var m_71f1e52ad065d3e024246804269c04be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chaffey Federal Credit Union',});m_71f1e52ad065d3e024246804269c04be['infowindow'] = new google.maps.InfoWindow({content: $l71f1e52ad065d3e024246804269c04be});var infowindow = new google.maps.InfoWindow({content: $l71f1e52ad065d3e024246804269c04be});google.maps.event.addListener(m_71f1e52ad065d3e024246804269c04be, 'click', function() {infowindow.open(map,m_71f1e52ad065d3e024246804269c04be);});$marker.push(m_71f1e52ad065d3e024246804269c04be);}});}google.maps.event.addDomListener(window, 'load', initialize);