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.5978,-85.9285)};var g_9ec80d58ed3495c213848b3957cf8ea1 = new google.maps.Geocoder();g_9ec80d58ed3495c213848b3957cf8ea1.geocode( { 'address': "4922 Highway 78 W, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-check-n-go'), mapOptions);}document.getElementById('23fe33b5').innerHTML += ' | View Map';var $l9ec80d58ed3495c213848b3957cf8ea1 = '

Check 'n Go

Address: 4922 Highway 78 W, Oxford, AL 36203, USA
Phone: (256) 832-3700
';var m_9ec80d58ed3495c213848b3957cf8ea1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_9ec80d58ed3495c213848b3957cf8ea1['infowindow'] = new google.maps.InfoWindow({content: $l9ec80d58ed3495c213848b3957cf8ea1});var infowindow = new google.maps.InfoWindow({content: $l9ec80d58ed3495c213848b3957cf8ea1});google.maps.event.addListener(m_9ec80d58ed3495c213848b3957cf8ea1, 'click', function() {infowindow.open(map,m_9ec80d58ed3495c213848b3957cf8ea1);});$marker.push(m_9ec80d58ed3495c213848b3957cf8ea1);}});}google.maps.event.addDomListener(window, 'load', initialize);