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.2119,-82.3993)};var g_13fe46899fda709748a6fcf3532c714d = new google.maps.Geocoder();g_13fe46899fda709748a6fcf3532c714d.geocode( { 'address': "1105 E 1st St, Vidalia, GA 30474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-GA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-GA-buddys-home-furnishings'), mapOptions);}document.getElementById('05708b96').innerHTML += ' | View Map';var $l13fe46899fda709748a6fcf3532c714d = '

Buddy's Home Furnishings

Address: 1105 E 1st St, Vidalia, GA 30474, USA
Phone: (912) 538-0215
';var m_13fe46899fda709748a6fcf3532c714d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_13fe46899fda709748a6fcf3532c714d['infowindow'] = new google.maps.InfoWindow({content: $l13fe46899fda709748a6fcf3532c714d});var infowindow = new google.maps.InfoWindow({content: $l13fe46899fda709748a6fcf3532c714d});google.maps.event.addListener(m_13fe46899fda709748a6fcf3532c714d, 'click', function() {infowindow.open(map,m_13fe46899fda709748a6fcf3532c714d);});$marker.push(m_13fe46899fda709748a6fcf3532c714d);}});}google.maps.event.addDomListener(window, 'load', initialize);