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.7147,-109.1)};var g_c243f76e036cb859903c4b29581f0572 = new google.maps.Geocoder();g_c243f76e036cb859903c4b29581f0572.geocode( { 'address': "102 Fairgrounds Rd, Duncan, AZ 85534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncan-AZ-national-bank-az').style.display = '';map = new google.maps.Map(document.getElementById('duncan-AZ-national-bank-az'), mapOptions);}document.getElementById('237ba487').innerHTML += ' | View Map';var $lc243f76e036cb859903c4b29581f0572 = '

National Bank-AZ

Address: 102 Fairgrounds Rd, Duncan, AZ 85534
Phone: (928) 359-2415
';var m_c243f76e036cb859903c4b29581f0572 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank-AZ',});m_c243f76e036cb859903c4b29581f0572['infowindow'] = new google.maps.InfoWindow({content: $lc243f76e036cb859903c4b29581f0572});var infowindow = new google.maps.InfoWindow({content: $lc243f76e036cb859903c4b29581f0572});google.maps.event.addListener(m_c243f76e036cb859903c4b29581f0572, 'click', function() {infowindow.open(map,m_c243f76e036cb859903c4b29581f0572);});$marker.push(m_c243f76e036cb859903c4b29581f0572);}});}google.maps.event.addDomListener(window, 'load', initialize);