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.461,-81.9749)};var g_d81ca022ec417e1ea5c92075fdd94504 = new google.maps.Geocoder();g_d81ca022ec417e1ea5c92075fdd94504.geocode( { 'address': "3038 Washington Rd, Augusta, GA 30907"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-GA-augusta-southern-national-drag').style.display = '';map = new google.maps.Map(document.getElementById('augusta-GA-augusta-southern-national-drag'), mapOptions);}document.getElementById('dcdd7254').innerHTML += ' | View Map';var $ld81ca022ec417e1ea5c92075fdd94504 = '

Augusta Southern National Drag

Address: 3038 Washington Rd, Augusta, GA 30907
Phone: (706) 771-1680
';var m_d81ca022ec417e1ea5c92075fdd94504 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Augusta Southern National Drag',});m_d81ca022ec417e1ea5c92075fdd94504['infowindow'] = new google.maps.InfoWindow({content: $ld81ca022ec417e1ea5c92075fdd94504});var infowindow = new google.maps.InfoWindow({content: $ld81ca022ec417e1ea5c92075fdd94504});google.maps.event.addListener(m_d81ca022ec417e1ea5c92075fdd94504, 'click', function() {infowindow.open(map,m_d81ca022ec417e1ea5c92075fdd94504);});$marker.push(m_d81ca022ec417e1ea5c92075fdd94504);}});}google.maps.event.addDomListener(window, 'load', initialize);