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(31.9685,-110.298)};var g_10a2df13892f8607cfebc60640b27cf3 = new google.maps.Geocoder();g_10a2df13892f8607cfebc60640b27cf3.geocode( { 'address': "149 W 4th St, Benson, AZ 85602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benson-AZ-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('benson-AZ-washington-federal'), mapOptions);}document.getElementById('23ea8ffd').innerHTML += ' | View Map';var $l10a2df13892f8607cfebc60640b27cf3 = '

Washington Federal

Address: 149 W 4th St, Benson, AZ 85602, USA
Phone: (520) 586-2279
';var m_10a2df13892f8607cfebc60640b27cf3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_10a2df13892f8607cfebc60640b27cf3['infowindow'] = new google.maps.InfoWindow({content: $l10a2df13892f8607cfebc60640b27cf3});var infowindow = new google.maps.InfoWindow({content: $l10a2df13892f8607cfebc60640b27cf3});google.maps.event.addListener(m_10a2df13892f8607cfebc60640b27cf3, 'click', function() {infowindow.open(map,m_10a2df13892f8607cfebc60640b27cf3);});$marker.push(m_10a2df13892f8607cfebc60640b27cf3);}});}google.maps.event.addDomListener(window, 'load', initialize);