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(38.1078,-90.4839)};var g_e74b103532a9337cc42f051774ac49d4 = new google.maps.Geocoder();g_e74b103532a9337cc42f051774ac49d4.geocode( { 'address': "4090 Athena School Rd, De Soto, MO 63020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('de-soto-MO-country-corner').style.display = '';map = new google.maps.Map(document.getElementById('de-soto-MO-country-corner'), mapOptions);}document.getElementById('e65247d6').innerHTML += ' | View Map';var $le74b103532a9337cc42f051774ac49d4 = '

Country Corner

Address: 4090 Athena School Rd, De Soto, MO 63020, USA
Phone: (636) 586-6881
';var m_e74b103532a9337cc42f051774ac49d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Corner',});m_e74b103532a9337cc42f051774ac49d4['infowindow'] = new google.maps.InfoWindow({content: $le74b103532a9337cc42f051774ac49d4});var infowindow = new google.maps.InfoWindow({content: $le74b103532a9337cc42f051774ac49d4});google.maps.event.addListener(m_e74b103532a9337cc42f051774ac49d4, 'click', function() {infowindow.open(map,m_e74b103532a9337cc42f051774ac49d4);});$marker.push(m_e74b103532a9337cc42f051774ac49d4);}});}google.maps.event.addDomListener(window, 'load', initialize);