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.958,-80.0425)};var g_64ea74600b4ef6441db62fd3ad3ce754 = new google.maps.Geocoder();g_64ea74600b4ef6441db62fd3ad3ce754.geocode( { 'address': "8316 Rivers Ave Suite B, North Charleston, SC 29406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-check-n-go'), mapOptions);}document.getElementById('bd7cfdc7').innerHTML += ' | View Map';var $l64ea74600b4ef6441db62fd3ad3ce754 = '

Check 'n Go

Address: 8316 Rivers Ave Suite B, North Charleston, SC 29406, USA
Phone: (843) 553-8989
';var m_64ea74600b4ef6441db62fd3ad3ce754 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_64ea74600b4ef6441db62fd3ad3ce754['infowindow'] = new google.maps.InfoWindow({content: $l64ea74600b4ef6441db62fd3ad3ce754});var infowindow = new google.maps.InfoWindow({content: $l64ea74600b4ef6441db62fd3ad3ce754});google.maps.event.addListener(m_64ea74600b4ef6441db62fd3ad3ce754, 'click', function() {infowindow.open(map,m_64ea74600b4ef6441db62fd3ad3ce754);});$marker.push(m_64ea74600b4ef6441db62fd3ad3ce754);}});}google.maps.event.addDomListener(window, 'load', initialize);