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(36.5073,-93.9321)};var g_6e78e6acfcbb9c176922936f5791e37e = new google.maps.Geocoder();g_6e78e6acfcbb9c176922936f5791e37e.geocode( { 'address': "32862 MO-37, Seligman, MO 65745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seligman-MO-seligman').style.display = '';map = new google.maps.Map(document.getElementById('seligman-MO-seligman'), mapOptions);}document.getElementById('d352d0ac').innerHTML += ' | View Map';var $l6e78e6acfcbb9c176922936f5791e37e = '

Seligman

Address: 32862 MO-37, Seligman, MO 65745, USA
Phone: (417) 662-3003
';var m_6e78e6acfcbb9c176922936f5791e37e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seligman',});m_6e78e6acfcbb9c176922936f5791e37e['infowindow'] = new google.maps.InfoWindow({content: $l6e78e6acfcbb9c176922936f5791e37e});var infowindow = new google.maps.InfoWindow({content: $l6e78e6acfcbb9c176922936f5791e37e});google.maps.event.addListener(m_6e78e6acfcbb9c176922936f5791e37e, 'click', function() {infowindow.open(map,m_6e78e6acfcbb9c176922936f5791e37e);});$marker.push(m_6e78e6acfcbb9c176922936f5791e37e);}});}google.maps.event.addDomListener(window, 'load', initialize);