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.587,-112.341)};var g_73f490f3f868edbcd80b5d3f7cedc403 = new google.maps.Geocoder();g_73f490f3f868edbcd80b5d3f7cedc403.geocode( { 'address': "3044 N Glassford Hill Rd, Prescott Valley, AZ 86314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-valley-AZ-country-bank').style.display = '';map = new google.maps.Map(document.getElementById('prescott-valley-AZ-country-bank'), mapOptions);}document.getElementById('81fc36dc').innerHTML += ' | View Map';var $l73f490f3f868edbcd80b5d3f7cedc403 = '

Country Bank

Address: 3044 N Glassford Hill Rd, Prescott Valley, AZ 86314, USA
Phone: (928) 759-8600
';var m_73f490f3f868edbcd80b5d3f7cedc403 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Bank',});m_73f490f3f868edbcd80b5d3f7cedc403['infowindow'] = new google.maps.InfoWindow({content: $l73f490f3f868edbcd80b5d3f7cedc403});var infowindow = new google.maps.InfoWindow({content: $l73f490f3f868edbcd80b5d3f7cedc403});google.maps.event.addListener(m_73f490f3f868edbcd80b5d3f7cedc403, 'click', function() {infowindow.open(map,m_73f490f3f868edbcd80b5d3f7cedc403);});$marker.push(m_73f490f3f868edbcd80b5d3f7cedc403);}});}google.maps.event.addDomListener(window, 'load', initialize);