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.6983,-86.7402)};var g_68179c0349f7ace32c4d0a59537a394f = new google.maps.Geocoder();g_68179c0349f7ace32c4d0a59537a394f.geocode( { 'address': "97 Hughes Rd f, Madison, AL 35758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('madison-AL-check-n-go'), mapOptions);}document.getElementById('23cb0eb0').innerHTML += ' | View Map';var $l68179c0349f7ace32c4d0a59537a394f = '

Check 'n Go

Address: 97 Hughes Rd f, Madison, AL 35758, USA
Phone: (256) 772-5394
';var m_68179c0349f7ace32c4d0a59537a394f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_68179c0349f7ace32c4d0a59537a394f['infowindow'] = new google.maps.InfoWindow({content: $l68179c0349f7ace32c4d0a59537a394f});var infowindow = new google.maps.InfoWindow({content: $l68179c0349f7ace32c4d0a59537a394f});google.maps.event.addListener(m_68179c0349f7ace32c4d0a59537a394f, 'click', function() {infowindow.open(map,m_68179c0349f7ace32c4d0a59537a394f);});$marker.push(m_68179c0349f7ace32c4d0a59537a394f);}});}google.maps.event.addDomListener(window, 'load', initialize);