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.2097,-82.4178)};var g_b9aca48e30cbe7aea98ce633fa9ae510 = new google.maps.Geocoder();g_b9aca48e30cbe7aea98ce633fa9ae510.geocode( { 'address': "106 Church St, Vidalia, GA 30474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-GA-way-acceptance-co').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-GA-way-acceptance-co'), mapOptions);}document.getElementById('ce2d8403').innerHTML += ' | View Map';var $lb9aca48e30cbe7aea98ce633fa9ae510 = '

Way Acceptance Co

Address: 106 Church St, Vidalia, GA 30474, USA
Phone: (912) 537-4241
';var m_b9aca48e30cbe7aea98ce633fa9ae510 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Way Acceptance Co',});m_b9aca48e30cbe7aea98ce633fa9ae510['infowindow'] = new google.maps.InfoWindow({content: $lb9aca48e30cbe7aea98ce633fa9ae510});var infowindow = new google.maps.InfoWindow({content: $lb9aca48e30cbe7aea98ce633fa9ae510});google.maps.event.addListener(m_b9aca48e30cbe7aea98ce633fa9ae510, 'click', function() {infowindow.open(map,m_b9aca48e30cbe7aea98ce633fa9ae510);});$marker.push(m_b9aca48e30cbe7aea98ce633fa9ae510);}});}google.maps.event.addDomListener(window, 'load', initialize);