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.9923,-78.3508)};var g_62b7a8a283bfe05a7e2b6d777c179542 = new google.maps.Geocoder();g_62b7a8a283bfe05a7e2b6d777c179542.geocode( { 'address': "1351 Sunset Ave, Clinton, NC 28328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-check-n-go'), mapOptions);}document.getElementById('3aeffdf7').innerHTML += ' | View Map';var $l62b7a8a283bfe05a7e2b6d777c179542 = '

Check 'n Go

Address: 1351 Sunset Ave, Clinton, NC 28328, USA
Phone: (910) 592-8377
';var m_62b7a8a283bfe05a7e2b6d777c179542 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_62b7a8a283bfe05a7e2b6d777c179542['infowindow'] = new google.maps.InfoWindow({content: $l62b7a8a283bfe05a7e2b6d777c179542});var infowindow = new google.maps.InfoWindow({content: $l62b7a8a283bfe05a7e2b6d777c179542});google.maps.event.addListener(m_62b7a8a283bfe05a7e2b6d777c179542, 'click', function() {infowindow.open(map,m_62b7a8a283bfe05a7e2b6d777c179542);});$marker.push(m_62b7a8a283bfe05a7e2b6d777c179542);}});}google.maps.event.addDomListener(window, 'load', initialize);