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.5421,-112.469)};var g_bfe03ac94c8ac00170f59e10fc9ae6ff = new google.maps.Geocoder();g_bfe03ac94c8ac00170f59e10fc9ae6ff.geocode( { 'address': "102 W Gurley St, Prescott, AZ 86301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-AZ-zions-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('prescott-AZ-zions-first-national-bank'), mapOptions);}document.getElementById('6e7dc69b').innerHTML += ' | View Map';var $lbfe03ac94c8ac00170f59e10fc9ae6ff = '

Zions First National Bank

Address: 102 W Gurley St, Prescott, AZ 86301, USA
Phone: (928) 541-7513
';var m_bfe03ac94c8ac00170f59e10fc9ae6ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions First National Bank',});m_bfe03ac94c8ac00170f59e10fc9ae6ff['infowindow'] = new google.maps.InfoWindow({content: $lbfe03ac94c8ac00170f59e10fc9ae6ff});var infowindow = new google.maps.InfoWindow({content: $lbfe03ac94c8ac00170f59e10fc9ae6ff});google.maps.event.addListener(m_bfe03ac94c8ac00170f59e10fc9ae6ff, 'click', function() {infowindow.open(map,m_bfe03ac94c8ac00170f59e10fc9ae6ff);});$marker.push(m_bfe03ac94c8ac00170f59e10fc9ae6ff);}});}google.maps.event.addDomListener(window, 'load', initialize);