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(35.3311,-82.4467)};var g_a4c9d7cf284e7ad241857cecfbe5aeea = new google.maps.Geocoder();g_a4c9d7cf284e7ad241857cecfbe5aeea.geocode( { 'address': "116 Henderson Crossing Plaza, Hendersonville, NC 28792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hendersonville-NC-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('hendersonville-NC-buddys-home-furnishings'), mapOptions);}document.getElementById('de4e0ad7').innerHTML += ' | View Map';var $la4c9d7cf284e7ad241857cecfbe5aeea = '

Buddy's Home Furnishings

Address: 116 Henderson Crossing Plaza, Hendersonville, NC 28792, USA
Phone: (828) 785-5674
';var m_a4c9d7cf284e7ad241857cecfbe5aeea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_a4c9d7cf284e7ad241857cecfbe5aeea['infowindow'] = new google.maps.InfoWindow({content: $la4c9d7cf284e7ad241857cecfbe5aeea});var infowindow = new google.maps.InfoWindow({content: $la4c9d7cf284e7ad241857cecfbe5aeea});google.maps.event.addListener(m_a4c9d7cf284e7ad241857cecfbe5aeea, 'click', function() {infowindow.open(map,m_a4c9d7cf284e7ad241857cecfbe5aeea);});$marker.push(m_a4c9d7cf284e7ad241857cecfbe5aeea);}});}google.maps.event.addDomListener(window, 'load', initialize);