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.3449,-81.087)};var g_5c264c4536b7749a122d5208c9684fc7 = new google.maps.Geocoder();g_5c264c4536b7749a122d5208c9684fc7.geocode( { 'address': "1449 US-321, Winnsboro, SC 29180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-SC-sks-foodmart-llc').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-SC-sks-foodmart-llc'), mapOptions);}document.getElementById('144460d2').innerHTML += ' | View Map';var $l5c264c4536b7749a122d5208c9684fc7 = '

SKS Foodmart LLC

Address: 1449 US-321, Winnsboro, SC 29180, USA
Phone: (803) 815-4444
';var m_5c264c4536b7749a122d5208c9684fc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SKS Foodmart LLC',});m_5c264c4536b7749a122d5208c9684fc7['infowindow'] = new google.maps.InfoWindow({content: $l5c264c4536b7749a122d5208c9684fc7});var infowindow = new google.maps.InfoWindow({content: $l5c264c4536b7749a122d5208c9684fc7});google.maps.event.addListener(m_5c264c4536b7749a122d5208c9684fc7, 'click', function() {infowindow.open(map,m_5c264c4536b7749a122d5208c9684fc7);});$marker.push(m_5c264c4536b7749a122d5208c9684fc7);}});}google.maps.event.addDomListener(window, 'load', initialize);