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(33.9964,-86.0925)};var g_df00f51a948c0a2bbd45a32d7f047aa6 = new google.maps.Geocoder();g_df00f51a948c0a2bbd45a32d7f047aa6.geocode( { 'address': "977 Gilbert Ferry Rd SE e, Attalla, AL 35954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('attalla-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('attalla-AL-check-n-go'), mapOptions);}document.getElementById('55d61100').innerHTML += ' | View Map';var $ldf00f51a948c0a2bbd45a32d7f047aa6 = '

Check 'n Go

Address: 977 Gilbert Ferry Rd SE e, Attalla, AL 35954, USA
Phone: (256) 538-3289
';var m_df00f51a948c0a2bbd45a32d7f047aa6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_df00f51a948c0a2bbd45a32d7f047aa6['infowindow'] = new google.maps.InfoWindow({content: $ldf00f51a948c0a2bbd45a32d7f047aa6});var infowindow = new google.maps.InfoWindow({content: $ldf00f51a948c0a2bbd45a32d7f047aa6});google.maps.event.addListener(m_df00f51a948c0a2bbd45a32d7f047aa6, 'click', function() {infowindow.open(map,m_df00f51a948c0a2bbd45a32d7f047aa6);});$marker.push(m_df00f51a948c0a2bbd45a32d7f047aa6);}});}google.maps.event.addDomListener(window, 'load', initialize);