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.8203,-86.613)};var g_892b8563b7b03dfd4964c448ed96fe08 = new google.maps.Geocoder();g_892b8563b7b03dfd4964c448ed96fe08.geocode( { 'address': "705 Logan Rd, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-check-n-go'), mapOptions);}document.getElementById('f6da3f69').innerHTML += ' | View Map';var $l892b8563b7b03dfd4964c448ed96fe08 = '

Check 'n Go

Address: 705 Logan Rd, Clanton, AL 35045, USA
Phone: (205) 280-0762
';var m_892b8563b7b03dfd4964c448ed96fe08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_892b8563b7b03dfd4964c448ed96fe08['infowindow'] = new google.maps.InfoWindow({content: $l892b8563b7b03dfd4964c448ed96fe08});var infowindow = new google.maps.InfoWindow({content: $l892b8563b7b03dfd4964c448ed96fe08});google.maps.event.addListener(m_892b8563b7b03dfd4964c448ed96fe08, 'click', function() {infowindow.open(map,m_892b8563b7b03dfd4964c448ed96fe08);});$marker.push(m_892b8563b7b03dfd4964c448ed96fe08);}});}google.maps.event.addDomListener(window, 'load', initialize);