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.6127,-86.7954)};var g_649aa6b152ea7c23921ce70f4ac18dd1 = new google.maps.Geocoder();g_649aa6b152ea7c23921ce70f4ac18dd1.geocode( { 'address': "1725 Decatur Hwy STE 105, Fultondale, AL 35068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fultondale-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('fultondale-AL-check-n-go'), mapOptions);}document.getElementById('50fbb7ac').innerHTML += ' | View Map';var $l649aa6b152ea7c23921ce70f4ac18dd1 = '

Check 'n Go

Address: 1725 Decatur Hwy STE 105, Fultondale, AL 35068, USA
Phone: (205) 841-3470
';var m_649aa6b152ea7c23921ce70f4ac18dd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_649aa6b152ea7c23921ce70f4ac18dd1['infowindow'] = new google.maps.InfoWindow({content: $l649aa6b152ea7c23921ce70f4ac18dd1});var infowindow = new google.maps.InfoWindow({content: $l649aa6b152ea7c23921ce70f4ac18dd1});google.maps.event.addListener(m_649aa6b152ea7c23921ce70f4ac18dd1, 'click', function() {infowindow.open(map,m_649aa6b152ea7c23921ce70f4ac18dd1);});$marker.push(m_649aa6b152ea7c23921ce70f4ac18dd1);}});}google.maps.event.addDomListener(window, 'load', initialize);