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.0922,-117.461)};var g_cd0d3644bad027859b1ec6128a36a974 = new google.maps.Geocoder();g_cd0d3644bad027859b1ec6128a36a974.geocode( { 'address': "16014 Foothill Blvd, Fontana, CA 92335"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-arrowhead-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-arrowhead-credit-union'), mapOptions);}document.getElementById('2ac0914d').innerHTML += ' | View Map';var $lcd0d3644bad027859b1ec6128a36a974 = '

Arrowhead Credit Union

Address: 16014 Foothill Blvd, Fontana, CA 92335
Phone: (909) 383-7300
';var m_cd0d3644bad027859b1ec6128a36a974 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arrowhead Credit Union',});m_cd0d3644bad027859b1ec6128a36a974['infowindow'] = new google.maps.InfoWindow({content: $lcd0d3644bad027859b1ec6128a36a974});var infowindow = new google.maps.InfoWindow({content: $lcd0d3644bad027859b1ec6128a36a974});google.maps.event.addListener(m_cd0d3644bad027859b1ec6128a36a974, 'click', function() {infowindow.open(map,m_cd0d3644bad027859b1ec6128a36a974);});$marker.push(m_cd0d3644bad027859b1ec6128a36a974);}});}google.maps.event.addDomListener(window, 'load', initialize);