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.9412,-80.3655)};var g_94ab70243ef1e438ddf2a959c8660e14 = new google.maps.Geocoder();g_94ab70243ef1e438ddf2a959c8660e14.geocode( { 'address': "717 Broad St, Sumter, SC 29150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sumter-SC-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('sumter-SC-buddys-home-furnishings'), mapOptions);}document.getElementById('10bb8101').innerHTML += ' | View Map';var $l94ab70243ef1e438ddf2a959c8660e14 = '

Buddy's Home Furnishings

Address: 717 Broad St, Sumter, SC 29150, USA
Phone: (803) 775-7147
';var m_94ab70243ef1e438ddf2a959c8660e14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_94ab70243ef1e438ddf2a959c8660e14['infowindow'] = new google.maps.InfoWindow({content: $l94ab70243ef1e438ddf2a959c8660e14});var infowindow = new google.maps.InfoWindow({content: $l94ab70243ef1e438ddf2a959c8660e14});google.maps.event.addListener(m_94ab70243ef1e438ddf2a959c8660e14, 'click', function() {infowindow.open(map,m_94ab70243ef1e438ddf2a959c8660e14);});$marker.push(m_94ab70243ef1e438ddf2a959c8660e14);}});}google.maps.event.addDomListener(window, 'load', initialize);