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.2094,-82.1448)};var g_824d74341835349209497cb8156e5763 = new google.maps.Geocoder();g_824d74341835349209497cb8156e5763.geocode( { 'address': "1320 Bypass 72 NE, Greenwood, SC 29649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-SC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-SC-check-n-go'), mapOptions);}document.getElementById('c8f6b6a7').innerHTML += ' | View Map';var $l824d74341835349209497cb8156e5763 = '

Check 'n Go

Address: 1320 Bypass 72 NE, Greenwood, SC 29649, USA
Phone: (864) 229-6399
';var m_824d74341835349209497cb8156e5763 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_824d74341835349209497cb8156e5763['infowindow'] = new google.maps.InfoWindow({content: $l824d74341835349209497cb8156e5763});var infowindow = new google.maps.InfoWindow({content: $l824d74341835349209497cb8156e5763});google.maps.event.addListener(m_824d74341835349209497cb8156e5763, 'click', function() {infowindow.open(map,m_824d74341835349209497cb8156e5763);});$marker.push(m_824d74341835349209497cb8156e5763);}});}google.maps.event.addDomListener(window, 'load', initialize);