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(35.2206,-114.219)};var g_94f317056bfb93ae0c276fa9b1690ba7 = new google.maps.Geocoder();g_94f317056bfb93ae0c276fa9b1690ba7.geocode( { 'address': "4263 US Highway 68, Golden Valley, AZ 86413"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-valley-AZ-national-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('golden-valley-AZ-national-bank-of-arizona'), mapOptions);}document.getElementById('bf6847b6').innerHTML += ' | View Map';var $l94f317056bfb93ae0c276fa9b1690ba7 = '

National Bank Of Arizona

Address: 4263 US Highway 68, Golden Valley, AZ 86413
Phone: (928) 565-2233
';var m_94f317056bfb93ae0c276fa9b1690ba7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Arizona',});m_94f317056bfb93ae0c276fa9b1690ba7['infowindow'] = new google.maps.InfoWindow({content: $l94f317056bfb93ae0c276fa9b1690ba7});var infowindow = new google.maps.InfoWindow({content: $l94f317056bfb93ae0c276fa9b1690ba7});google.maps.event.addListener(m_94f317056bfb93ae0c276fa9b1690ba7, 'click', function() {infowindow.open(map,m_94f317056bfb93ae0c276fa9b1690ba7);});$marker.push(m_94f317056bfb93ae0c276fa9b1690ba7);}});}google.maps.event.addDomListener(window, 'load', initialize);