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.9628,-110.345)};var g_d599718a20e7f81ec575e60ddaa71f86 = new google.maps.Geocoder();g_d599718a20e7f81ec575e60ddaa71f86.geocode( { 'address': "640 AZ-90, Benson, AZ 85602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benson-AZ-atm').style.display = '';map = new google.maps.Map(document.getElementById('benson-AZ-atm'), mapOptions);}document.getElementById('06a3a208').innerHTML += ' | View Map';var $ld599718a20e7f81ec575e60ddaa71f86 = '

ATM

Address: 640 AZ-90, Benson, AZ 85602, USA
Phone: (520) 586-2053
';var m_d599718a20e7f81ec575e60ddaa71f86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_d599718a20e7f81ec575e60ddaa71f86['infowindow'] = new google.maps.InfoWindow({content: $ld599718a20e7f81ec575e60ddaa71f86});var infowindow = new google.maps.InfoWindow({content: $ld599718a20e7f81ec575e60ddaa71f86});google.maps.event.addListener(m_d599718a20e7f81ec575e60ddaa71f86, 'click', function() {infowindow.open(map,m_d599718a20e7f81ec575e60ddaa71f86);});$marker.push(m_d599718a20e7f81ec575e60ddaa71f86);}});}google.maps.event.addDomListener(window, 'load', initialize);