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.9732,-82.8097)};var g_5ca177e9af12f0d5d9c4c72668c81b63 = new google.maps.Geocoder();g_5ca177e9af12f0d5d9c4c72668c81b63.geocode( { 'address': "612 S Harris St, Sandersville, GA 31082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandersville-GA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('sandersville-GA-buddys-home-furnishings'), mapOptions);}document.getElementById('74d2f93f').innerHTML += ' | View Map';var $l5ca177e9af12f0d5d9c4c72668c81b63 = '

Buddy's Home Furnishings

Address: 612 S Harris St, Sandersville, GA 31082, USA
Phone: (478) 552-9142
';var m_5ca177e9af12f0d5d9c4c72668c81b63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_5ca177e9af12f0d5d9c4c72668c81b63['infowindow'] = new google.maps.InfoWindow({content: $l5ca177e9af12f0d5d9c4c72668c81b63});var infowindow = new google.maps.InfoWindow({content: $l5ca177e9af12f0d5d9c4c72668c81b63});google.maps.event.addListener(m_5ca177e9af12f0d5d9c4c72668c81b63, 'click', function() {infowindow.open(map,m_5ca177e9af12f0d5d9c4c72668c81b63);});$marker.push(m_5ca177e9af12f0d5d9c4c72668c81b63);}});}google.maps.event.addDomListener(window, 'load', initialize);