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.46,-111.219)};var g_9251a9e103c7d04751265d5c7a00ed59 = new google.maps.Geocoder();g_9251a9e103c7d04751265d5c7a00ed59.geocode( { 'address': "11853 W Marana Rd, Marana, AZ 85653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marana-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('marana-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('cab2e0d2').innerHTML += ' | View Map';var $l9251a9e103c7d04751265d5c7a00ed59 = '

National Bank of Arizona

Address: 11853 W Marana Rd, Marana, AZ 85653, USA
Phone: (520) 616-0102
';var m_9251a9e103c7d04751265d5c7a00ed59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of Arizona',});m_9251a9e103c7d04751265d5c7a00ed59['infowindow'] = new google.maps.InfoWindow({content: $l9251a9e103c7d04751265d5c7a00ed59});var infowindow = new google.maps.InfoWindow({content: $l9251a9e103c7d04751265d5c7a00ed59});google.maps.event.addListener(m_9251a9e103c7d04751265d5c7a00ed59, 'click', function() {infowindow.open(map,m_9251a9e103c7d04751265d5c7a00ed59);});$marker.push(m_9251a9e103c7d04751265d5c7a00ed59);}});}google.maps.event.addDomListener(window, 'load', initialize);