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(32.1612,-81.9141)};var g_cc9ba4f54c4cd6d9562c9e71fe8b64cc = new google.maps.Geocoder();g_cc9ba4f54c4cd6d9562c9e71fe8b64cc.geocode( { 'address': "601 W Main St, Claxton, GA 30417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claxton-GA-s--s-food-mart').style.display = '';map = new google.maps.Map(document.getElementById('claxton-GA-s--s-food-mart'), mapOptions);}document.getElementById('793eb031').innerHTML += ' | View Map';var $lcc9ba4f54c4cd6d9562c9e71fe8b64cc = '

S & S Food Mart

Address: 601 W Main St, Claxton, GA 30417, USA
Phone: (912) 739-7266
';var m_cc9ba4f54c4cd6d9562c9e71fe8b64cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S & S Food Mart',});m_cc9ba4f54c4cd6d9562c9e71fe8b64cc['infowindow'] = new google.maps.InfoWindow({content: $lcc9ba4f54c4cd6d9562c9e71fe8b64cc});var infowindow = new google.maps.InfoWindow({content: $lcc9ba4f54c4cd6d9562c9e71fe8b64cc});google.maps.event.addListener(m_cc9ba4f54c4cd6d9562c9e71fe8b64cc, 'click', function() {infowindow.open(map,m_cc9ba4f54c4cd6d9562c9e71fe8b64cc);});$marker.push(m_cc9ba4f54c4cd6d9562c9e71fe8b64cc);}});}google.maps.event.addDomListener(window, 'load', initialize);