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.4718,-81.8957)};var g_5df38a0f6d1afdc2d14ed3d3b17c7dd4 = new google.maps.Geocoder();g_5df38a0f6d1afdc2d14ed3d3b17c7dd4.geocode( { 'address': "730 W Main St, Clinton, SC 29325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-SC-speedee-mart').style.display = '';map = new google.maps.Map(document.getElementById('clinton-SC-speedee-mart'), mapOptions);}document.getElementById('358f42b0').innerHTML += ' | View Map';var $l5df38a0f6d1afdc2d14ed3d3b17c7dd4 = '

Speedee Mart

Address: 730 W Main St, Clinton, SC 29325, USA
Phone: (864) 833-2982
';var m_5df38a0f6d1afdc2d14ed3d3b17c7dd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedee Mart',});m_5df38a0f6d1afdc2d14ed3d3b17c7dd4['infowindow'] = new google.maps.InfoWindow({content: $l5df38a0f6d1afdc2d14ed3d3b17c7dd4});var infowindow = new google.maps.InfoWindow({content: $l5df38a0f6d1afdc2d14ed3d3b17c7dd4});google.maps.event.addListener(m_5df38a0f6d1afdc2d14ed3d3b17c7dd4, 'click', function() {infowindow.open(map,m_5df38a0f6d1afdc2d14ed3d3b17c7dd4);});$marker.push(m_5df38a0f6d1afdc2d14ed3d3b17c7dd4);}});}google.maps.event.addDomListener(window, 'load', initialize);