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.2821,-86.22)};var g_7aab9a1437468c2dcf12ff87aac6787b = new google.maps.Geocoder();g_7aab9a1437468c2dcf12ff87aac6787b.geocode( { 'address': "8180 C US Highway 431, Albertville, AL 35950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-check-n-go'), mapOptions);}document.getElementById('a533b8a5').innerHTML += ' | View Map';var $l7aab9a1437468c2dcf12ff87aac6787b = '

Check 'n Go

Address: 8180 C US Highway 431, Albertville, AL 35950, USA
Phone: (256) 878-0439
';var m_7aab9a1437468c2dcf12ff87aac6787b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_7aab9a1437468c2dcf12ff87aac6787b['infowindow'] = new google.maps.InfoWindow({content: $l7aab9a1437468c2dcf12ff87aac6787b});var infowindow = new google.maps.InfoWindow({content: $l7aab9a1437468c2dcf12ff87aac6787b});google.maps.event.addListener(m_7aab9a1437468c2dcf12ff87aac6787b, 'click', function() {infowindow.open(map,m_7aab9a1437468c2dcf12ff87aac6787b);});$marker.push(m_7aab9a1437468c2dcf12ff87aac6787b);}});}google.maps.event.addDomListener(window, 'load', initialize);