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.6819,-78.8968)};var g_ce364a2e496b9fd266f3793c307823c1 = new google.maps.Geocoder();g_ce364a2e496b9fd266f3793c307823c1.geocode( { 'address': "612 S Kings Hwy, Myrtle Beach, SC 29577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-beach-SC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-beach-SC-check-n-go'), mapOptions);}document.getElementById('9b8590d9').innerHTML += ' | View Map';var $lce364a2e496b9fd266f3793c307823c1 = '

Check 'n Go

Address: 612 S Kings Hwy, Myrtle Beach, SC 29577, USA
Phone: (843) 445-9985
';var m_ce364a2e496b9fd266f3793c307823c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_ce364a2e496b9fd266f3793c307823c1['infowindow'] = new google.maps.InfoWindow({content: $lce364a2e496b9fd266f3793c307823c1});var infowindow = new google.maps.InfoWindow({content: $lce364a2e496b9fd266f3793c307823c1});google.maps.event.addListener(m_ce364a2e496b9fd266f3793c307823c1, 'click', function() {infowindow.open(map,m_ce364a2e496b9fd266f3793c307823c1);});$marker.push(m_ce364a2e496b9fd266f3793c307823c1);}});}google.maps.event.addDomListener(window, 'load', initialize);