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.6266,-85.4437)};var g_a4fa40824236b0cd009af11f747fabbf = new google.maps.Geocoder();g_a4fa40824236b0cd009af11f747fabbf.geocode( { 'address': "1775 Opelika Rd #13, Auburn, AL 36830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-check-n-go'), mapOptions);}document.getElementById('1f9f7626').innerHTML += ' | View Map';var $la4fa40824236b0cd009af11f747fabbf = '

Check 'n Go

Address: 1775 Opelika Rd #13, Auburn, AL 36830, USA
Phone: (334) 501-7700
';var m_a4fa40824236b0cd009af11f747fabbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a4fa40824236b0cd009af11f747fabbf['infowindow'] = new google.maps.InfoWindow({content: $la4fa40824236b0cd009af11f747fabbf});var infowindow = new google.maps.InfoWindow({content: $la4fa40824236b0cd009af11f747fabbf});google.maps.event.addListener(m_a4fa40824236b0cd009af11f747fabbf, 'click', function() {infowindow.open(map,m_a4fa40824236b0cd009af11f747fabbf);});$marker.push(m_a4fa40824236b0cd009af11f747fabbf);}});}google.maps.event.addDomListener(window, 'load', initialize);