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(34.1553,-114.263)};var g_f6f1f111b5f9edd05d06ed347d820708 = new google.maps.Geocoder();g_f6f1f111b5f9edd05d06ed347d820708.geocode( { 'address': "1001 S Eagle Ave, Parker, AZ 85344"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parker-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('parker-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('91458747').innerHTML += ' | View Map';var $lf6f1f111b5f9edd05d06ed347d820708 = '

National Bank of Arizona

Address: 1001 S Eagle Ave, Parker, AZ 85344
Phone: (928) 669-6173
';var m_f6f1f111b5f9edd05d06ed347d820708 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of Arizona',});m_f6f1f111b5f9edd05d06ed347d820708['infowindow'] = new google.maps.InfoWindow({content: $lf6f1f111b5f9edd05d06ed347d820708});var infowindow = new google.maps.InfoWindow({content: $lf6f1f111b5f9edd05d06ed347d820708});google.maps.event.addListener(m_f6f1f111b5f9edd05d06ed347d820708, 'click', function() {infowindow.open(map,m_f6f1f111b5f9edd05d06ed347d820708);});$marker.push(m_f6f1f111b5f9edd05d06ed347d820708);}});}google.maps.event.addDomListener(window, 'load', initialize);