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.0994,-82.0228)};var g_85233c2f9a018c22ef43adc45eef8683 = new google.maps.Geocoder();g_85233c2f9a018c22ef43adc45eef8683.geocode( { 'address': "1211 N Liberty St, Waynesboro, GA 30830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesboro-GA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('waynesboro-GA-buddys-home-furnishings'), mapOptions);}document.getElementById('e5154c2c').innerHTML += ' | View Map';var $l85233c2f9a018c22ef43adc45eef8683 = '

Buddy's Home Furnishings

Address: 1211 N Liberty St, Waynesboro, GA 30830, USA
Phone: (706) 437-9930
';var m_85233c2f9a018c22ef43adc45eef8683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_85233c2f9a018c22ef43adc45eef8683['infowindow'] = new google.maps.InfoWindow({content: $l85233c2f9a018c22ef43adc45eef8683});var infowindow = new google.maps.InfoWindow({content: $l85233c2f9a018c22ef43adc45eef8683});google.maps.event.addListener(m_85233c2f9a018c22ef43adc45eef8683, 'click', function() {infowindow.open(map,m_85233c2f9a018c22ef43adc45eef8683);});$marker.push(m_85233c2f9a018c22ef43adc45eef8683);}});}google.maps.event.addDomListener(window, 'load', initialize);