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.5723,-79.5585)};var g_9a902b2bfeb36f7bc77cb7c310a27dfd = new google.maps.Geocoder();g_9a902b2bfeb36f7bc77cb7c310a27dfd.geocode( { 'address': "2705 SC-381, Clio, SC 29525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clio-SC-country-cash--carry').style.display = '';map = new google.maps.Map(document.getElementById('clio-SC-country-cash--carry'), mapOptions);}document.getElementById('79dfb7f3').innerHTML += ' | View Map';var $l9a902b2bfeb36f7bc77cb7c310a27dfd = '

Country Cash & Carry

Address: 2705 SC-381, Clio, SC 29525, USA
Phone: (843) 586-2562
';var m_9a902b2bfeb36f7bc77cb7c310a27dfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Cash & Carry',});m_9a902b2bfeb36f7bc77cb7c310a27dfd['infowindow'] = new google.maps.InfoWindow({content: $l9a902b2bfeb36f7bc77cb7c310a27dfd});var infowindow = new google.maps.InfoWindow({content: $l9a902b2bfeb36f7bc77cb7c310a27dfd});google.maps.event.addListener(m_9a902b2bfeb36f7bc77cb7c310a27dfd, 'click', function() {infowindow.open(map,m_9a902b2bfeb36f7bc77cb7c310a27dfd);});$marker.push(m_9a902b2bfeb36f7bc77cb7c310a27dfd);}});}google.maps.event.addDomListener(window, 'load', initialize);