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(35.5911,-114.273)};var g_9023c339691231f06d5514020144f6d9 = new google.maps.Geocoder();g_9023c339691231f06d5514020144f6d9.geocode( { 'address': "16041 Pierce Ferry Rd, Dolan Springs, AZ 86441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dolan-springs-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('dolan-springs-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('dcd9fb6a').innerHTML += ' | View Map';var $l9023c339691231f06d5514020144f6d9 = '

National Bank of Arizona

Address: 16041 Pierce Ferry Rd, Dolan Springs, AZ 86441, USA
Phone: (928) 767-3551
';var m_9023c339691231f06d5514020144f6d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of Arizona',});m_9023c339691231f06d5514020144f6d9['infowindow'] = new google.maps.InfoWindow({content: $l9023c339691231f06d5514020144f6d9});var infowindow = new google.maps.InfoWindow({content: $l9023c339691231f06d5514020144f6d9});google.maps.event.addListener(m_9023c339691231f06d5514020144f6d9, 'click', function() {infowindow.open(map,m_9023c339691231f06d5514020144f6d9);});$marker.push(m_9023c339691231f06d5514020144f6d9);}});}google.maps.event.addDomListener(window, 'load', initialize);