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(38.0842,-85.6703)};var g_2e2a4406b38f795cc3f98528f10f08f9 = new google.maps.Geocoder();g_2e2a4406b38f795cc3f98528f10f08f9.geocode( { 'address': "11330 Preston Hwy #1, Louisville, KY 40229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-buddys-home-furnishings'), mapOptions);}document.getElementById('f204a9be').innerHTML += ' | View Map';var $l2e2a4406b38f795cc3f98528f10f08f9 = '

Buddy's Home Furnishings

Address: 11330 Preston Hwy #1, Louisville, KY 40229, USA
Phone: (502) 962-0850
';var m_2e2a4406b38f795cc3f98528f10f08f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_2e2a4406b38f795cc3f98528f10f08f9['infowindow'] = new google.maps.InfoWindow({content: $l2e2a4406b38f795cc3f98528f10f08f9});var infowindow = new google.maps.InfoWindow({content: $l2e2a4406b38f795cc3f98528f10f08f9});google.maps.event.addListener(m_2e2a4406b38f795cc3f98528f10f08f9, 'click', function() {infowindow.open(map,m_2e2a4406b38f795cc3f98528f10f08f9);});$marker.push(m_2e2a4406b38f795cc3f98528f10f08f9);}});}google.maps.event.addDomListener(window, 'load', initialize);