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.1195,-109.29)};var g_13b27f9cc9ae10dd133add0570669d7c = new google.maps.Geocoder();g_13b27f9cc9ae10dd133add0570669d7c.geocode( { 'address': "90 W Central Ave, Eagar, AZ 85925"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagar-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('eagar-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('0088c844').innerHTML += ' | View Map';var $l13b27f9cc9ae10dd133add0570669d7c = '

National Bank Of Arizona

Address: 90 W Central Ave, Eagar, AZ 85925
Phone: (928) 333-5474
';var m_13b27f9cc9ae10dd133add0570669d7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Arizona',});m_13b27f9cc9ae10dd133add0570669d7c['infowindow'] = new google.maps.InfoWindow({content: $l13b27f9cc9ae10dd133add0570669d7c});var infowindow = new google.maps.InfoWindow({content: $l13b27f9cc9ae10dd133add0570669d7c});google.maps.event.addListener(m_13b27f9cc9ae10dd133add0570669d7c, 'click', function() {infowindow.open(map,m_13b27f9cc9ae10dd133add0570669d7c);});$marker.push(m_13b27f9cc9ae10dd133add0570669d7c);}});}google.maps.event.addDomListener(window, 'load', initialize);