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.5363,-112.177)};var g_8ce72432c3ae3826e43979bd3e800bbd = new google.maps.Geocoder();g_8ce72432c3ae3826e43979bd3e800bbd.geocode( { 'address': "9878 W Camelback Rd, Glendale, AZ 85305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('glendale-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('d057f0d6').innerHTML += ' | View Map';var $l8ce72432c3ae3826e43979bd3e800bbd = '

National Bank Of Arizona

Address: 9878 W Camelback Rd, Glendale, AZ 85305
Phone: (623) 872-2500
';var m_8ce72432c3ae3826e43979bd3e800bbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Arizona',});m_8ce72432c3ae3826e43979bd3e800bbd['infowindow'] = new google.maps.InfoWindow({content: $l8ce72432c3ae3826e43979bd3e800bbd});var infowindow = new google.maps.InfoWindow({content: $l8ce72432c3ae3826e43979bd3e800bbd});google.maps.event.addListener(m_8ce72432c3ae3826e43979bd3e800bbd, 'click', function() {infowindow.open(map,m_8ce72432c3ae3826e43979bd3e800bbd);});$marker.push(m_8ce72432c3ae3826e43979bd3e800bbd);}});}google.maps.event.addDomListener(window, 'load', initialize);