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(33.6048,-112.279)};var g_3f0ddf0660e16e849eda587f2505ecca = new google.maps.Geocoder();g_3f0ddf0660e16e849eda587f2505ecca.geocode( { 'address': "10032 W Bell Rd, Sun City, AZ 85351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('a8b93135').innerHTML += ' | View Map';var $l3f0ddf0660e16e849eda587f2505ecca = '

National Bank of Arizona

Address: 10032 W Bell Rd, Sun City, AZ 85351
Phone: (623) 972-8220
';var m_3f0ddf0660e16e849eda587f2505ecca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of Arizona',});m_3f0ddf0660e16e849eda587f2505ecca['infowindow'] = new google.maps.InfoWindow({content: $l3f0ddf0660e16e849eda587f2505ecca});var infowindow = new google.maps.InfoWindow({content: $l3f0ddf0660e16e849eda587f2505ecca});google.maps.event.addListener(m_3f0ddf0660e16e849eda587f2505ecca, 'click', function() {infowindow.open(map,m_3f0ddf0660e16e849eda587f2505ecca);});$marker.push(m_3f0ddf0660e16e849eda587f2505ecca);}});}google.maps.event.addDomListener(window, 'load', initialize);