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.4335,-87.0105)};var g_a6869a35be893ac2d85989c5cd605539 = new google.maps.Geocoder();g_a6869a35be893ac2d85989c5cd605539.geocode( { 'address': "2414 Kimble Rd f, Selma, AL 36703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-check-n-go'), mapOptions);}document.getElementById('4b0b2858').innerHTML += ' | View Map';var $la6869a35be893ac2d85989c5cd605539 = '

Check 'n Go

Address: 2414 Kimble Rd f, Selma, AL 36703, USA
Phone: (334) 875-1803
';var m_a6869a35be893ac2d85989c5cd605539 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a6869a35be893ac2d85989c5cd605539['infowindow'] = new google.maps.InfoWindow({content: $la6869a35be893ac2d85989c5cd605539});var infowindow = new google.maps.InfoWindow({content: $la6869a35be893ac2d85989c5cd605539});google.maps.event.addListener(m_a6869a35be893ac2d85989c5cd605539, 'click', function() {infowindow.open(map,m_a6869a35be893ac2d85989c5cd605539);});$marker.push(m_a6869a35be893ac2d85989c5cd605539);}});}google.maps.event.addDomListener(window, 'load', initialize);