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(32.3858,-112.866)};var g_b9e3838697233778ccae1bbca00ae4de = new google.maps.Geocoder();g_b9e3838697233778ccae1bbca00ae4de.geocode( { 'address': "101 W La Mina Ave, Ajo, AZ 85321"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ajo-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('ajo-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('7d720b74').innerHTML += ' | View Map';var $lb9e3838697233778ccae1bbca00ae4de = '

National Bank Of Arizona

Address: 101 W La Mina Ave, Ajo, AZ 85321
Phone: (520) 387-2200
';var m_b9e3838697233778ccae1bbca00ae4de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Arizona',});m_b9e3838697233778ccae1bbca00ae4de['infowindow'] = new google.maps.InfoWindow({content: $lb9e3838697233778ccae1bbca00ae4de});var infowindow = new google.maps.InfoWindow({content: $lb9e3838697233778ccae1bbca00ae4de});google.maps.event.addListener(m_b9e3838697233778ccae1bbca00ae4de, 'click', function() {infowindow.open(map,m_b9e3838697233778ccae1bbca00ae4de);});$marker.push(m_b9e3838697233778ccae1bbca00ae4de);}});}google.maps.event.addDomListener(window, 'load', initialize);