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(33.0281,-80.0473)};var g_3a584fc928ec6fdccc0e000a2e56212f = new google.maps.Geocoder();g_3a584fc928ec6fdccc0e000a2e56212f.geocode( { 'address': "205 N Goose Creek Blvd, Goose Creek, SC 29445"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goose-creek-SC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('goose-creek-SC-check-n-go'), mapOptions);}document.getElementById('1a9bf090').innerHTML += ' | View Map';var $l3a584fc928ec6fdccc0e000a2e56212f = '

Check 'n Go

Address: 205 N Goose Creek Blvd, Goose Creek, SC 29445
Phone: (843) 824-2445
';var m_3a584fc928ec6fdccc0e000a2e56212f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_3a584fc928ec6fdccc0e000a2e56212f['infowindow'] = new google.maps.InfoWindow({content: $l3a584fc928ec6fdccc0e000a2e56212f});var infowindow = new google.maps.InfoWindow({content: $l3a584fc928ec6fdccc0e000a2e56212f});google.maps.event.addListener(m_3a584fc928ec6fdccc0e000a2e56212f, 'click', function() {infowindow.open(map,m_3a584fc928ec6fdccc0e000a2e56212f);});$marker.push(m_3a584fc928ec6fdccc0e000a2e56212f);}});}google.maps.event.addDomListener(window, 'load', initialize);