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(30.9036,-84.5612)};var g_6586e88e8676e0f68d797e5f1d15ba83 = new google.maps.Geocoder();g_6586e88e8676e0f68d797e5f1d15ba83.geocode( { 'address': "1100 E Shotwell St, Bainbridge, GA 39819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bainbridge-GA-woodalls').style.display = '';map = new google.maps.Map(document.getElementById('bainbridge-GA-woodalls'), mapOptions);}document.getElementById('8303030e').innerHTML += ' | View Map';var $l6586e88e8676e0f68d797e5f1d15ba83 = '

Woodall's

Address: 1100 E Shotwell St, Bainbridge, GA 39819, USA
Phone: (229) 243-0739
';var m_6586e88e8676e0f68d797e5f1d15ba83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodall's',});m_6586e88e8676e0f68d797e5f1d15ba83['infowindow'] = new google.maps.InfoWindow({content: $l6586e88e8676e0f68d797e5f1d15ba83});var infowindow = new google.maps.InfoWindow({content: $l6586e88e8676e0f68d797e5f1d15ba83});google.maps.event.addListener(m_6586e88e8676e0f68d797e5f1d15ba83, 'click', function() {infowindow.open(map,m_6586e88e8676e0f68d797e5f1d15ba83);});$marker.push(m_6586e88e8676e0f68d797e5f1d15ba83);}});}google.maps.event.addDomListener(window, 'load', initialize);