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.8197,-82.5936)};var g_935f361fa2c753a8b94f28f3f94914cf = new google.maps.Geocoder();g_935f361fa2c753a8b94f28f3f94914cf.geocode( { 'address': "6919 Calhoun Memorial Hwy Suite B, Easley, SC 29640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easley-SC-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('easley-SC-check-n-go'), mapOptions);}document.getElementById('cff7a1ca').innerHTML += ' | View Map';var $l935f361fa2c753a8b94f28f3f94914cf = '

Check 'n Go

Address: 6919 Calhoun Memorial Hwy Suite B, Easley, SC 29640, USA
Phone: (864) 855-4900
';var m_935f361fa2c753a8b94f28f3f94914cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_935f361fa2c753a8b94f28f3f94914cf['infowindow'] = new google.maps.InfoWindow({content: $l935f361fa2c753a8b94f28f3f94914cf});var infowindow = new google.maps.InfoWindow({content: $l935f361fa2c753a8b94f28f3f94914cf});google.maps.event.addListener(m_935f361fa2c753a8b94f28f3f94914cf, 'click', function() {infowindow.open(map,m_935f361fa2c753a8b94f28f3f94914cf);});$marker.push(m_935f361fa2c753a8b94f28f3f94914cf);}});}google.maps.event.addDomListener(window, 'load', initialize);