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(43.9653,-98.0911)};var g_8be0ff85aa9aa18b45787a05f25ee3cd = new google.maps.Geocoder();g_8be0ff85aa9aa18b45787a05f25ee3cd.geocode( { 'address': "23637 406th Ave, Letcher, SD 57359, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('letcher-SD-a--d-zoss-pheasant-hunting').style.display = '';map = new google.maps.Map(document.getElementById('letcher-SD-a--d-zoss-pheasant-hunting'), mapOptions);}document.getElementById('0b6e8a39').innerHTML += ' | View Map';var $l8be0ff85aa9aa18b45787a05f25ee3cd = '

A & D Zoss Pheasant Hunting

Address: 23637 406th Ave, Letcher, SD 57359, USA
Phone: (605) 248-2541
';var m_8be0ff85aa9aa18b45787a05f25ee3cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A & D Zoss Pheasant Hunting',});m_8be0ff85aa9aa18b45787a05f25ee3cd['infowindow'] = new google.maps.InfoWindow({content: $l8be0ff85aa9aa18b45787a05f25ee3cd});var infowindow = new google.maps.InfoWindow({content: $l8be0ff85aa9aa18b45787a05f25ee3cd});google.maps.event.addListener(m_8be0ff85aa9aa18b45787a05f25ee3cd, 'click', function() {infowindow.open(map,m_8be0ff85aa9aa18b45787a05f25ee3cd);});$marker.push(m_8be0ff85aa9aa18b45787a05f25ee3cd);}});}google.maps.event.addDomListener(window, 'load', initialize);