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.5403,-112.471)};var g_774965860a0dceecf2a81250fb2eb221 = new google.maps.Geocoder();g_774965860a0dceecf2a81250fb2eb221.geocode( { 'address': "220 W Goodwin St #9, Prescott, AZ 86303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-AZ-hunt-team-az').style.display = '';map = new google.maps.Map(document.getElementById('prescott-AZ-hunt-team-az'), mapOptions);}document.getElementById('84d6c4bd').innerHTML += ' | View Map';var $l774965860a0dceecf2a81250fb2eb221 = '

Hunt Team AZ

Address: 220 W Goodwin St #9, Prescott, AZ 86303, USA
Phone: (928) 308-8238
';var m_774965860a0dceecf2a81250fb2eb221 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hunt Team AZ',});m_774965860a0dceecf2a81250fb2eb221['infowindow'] = new google.maps.InfoWindow({content: $l774965860a0dceecf2a81250fb2eb221});var infowindow = new google.maps.InfoWindow({content: $l774965860a0dceecf2a81250fb2eb221});google.maps.event.addListener(m_774965860a0dceecf2a81250fb2eb221, 'click', function() {infowindow.open(map,m_774965860a0dceecf2a81250fb2eb221);});$marker.push(m_774965860a0dceecf2a81250fb2eb221);}});}google.maps.event.addDomListener(window, 'load', initialize);