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.6166,-112.326)};var g_80f7325fa857de62fafe85f7a30273cb = new google.maps.Geocoder();g_80f7325fa857de62fafe85f7a30273cb.geocode( { 'address': "3044 N Glassford Hill Rd, Prescott Valley, AZ 86314"}, 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('db4b1598').innerHTML += ' | View Map';var $l80f7325fa857de62fafe85f7a30273cb = '

Country Bank

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