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.9958,-80.1854)};var g_cbc23ced6aeaf2603c68e0a605d0a734 = new google.maps.Geocoder();g_cbc23ced6aeaf2603c68e0a605d0a734.geocode( { 'address': "975 Bacons Bridge Rd Ste 164, Summerville, SC 29485, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerville-SC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('summerville-SC-check-n-go'), mapOptions);}document.getElementById('f18a5952').innerHTML += ' | View Map';var $lcbc23ced6aeaf2603c68e0a605d0a734 = '

Check 'n Go

Address: 975 Bacons Bridge Rd Ste 164, Summerville, SC 29485, USA
Phone: (843) 873-4330
';var m_cbc23ced6aeaf2603c68e0a605d0a734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_cbc23ced6aeaf2603c68e0a605d0a734['infowindow'] = new google.maps.InfoWindow({content: $lcbc23ced6aeaf2603c68e0a605d0a734});var infowindow = new google.maps.InfoWindow({content: $lcbc23ced6aeaf2603c68e0a605d0a734});google.maps.event.addListener(m_cbc23ced6aeaf2603c68e0a605d0a734, 'click', function() {infowindow.open(map,m_cbc23ced6aeaf2603c68e0a605d0a734);});$marker.push(m_cbc23ced6aeaf2603c68e0a605d0a734);}});}google.maps.event.addDomListener(window, 'load', initialize);