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(36.6698,-87.4416)};var g_ddc2c94d27d2c6d46b33acf21b21a641 = new google.maps.Geocoder();g_ddc2c94d27d2c6d46b33acf21b21a641.geocode( { 'address': "250 Segler Dr, Oak Grove, KY 42262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-grove-KY-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('oak-grove-KY-buddys-home-furnishings'), mapOptions);}document.getElementById('6a9d5ac1').innerHTML += ' | View Map';var $lddc2c94d27d2c6d46b33acf21b21a641 = '

Buddy's Home Furnishings

Address: 250 Segler Dr, Oak Grove, KY 42262, USA
Phone: (270) 640-6417
';var m_ddc2c94d27d2c6d46b33acf21b21a641 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_ddc2c94d27d2c6d46b33acf21b21a641['infowindow'] = new google.maps.InfoWindow({content: $lddc2c94d27d2c6d46b33acf21b21a641});var infowindow = new google.maps.InfoWindow({content: $lddc2c94d27d2c6d46b33acf21b21a641});google.maps.event.addListener(m_ddc2c94d27d2c6d46b33acf21b21a641, 'click', function() {infowindow.open(map,m_ddc2c94d27d2c6d46b33acf21b21a641);});$marker.push(m_ddc2c94d27d2c6d46b33acf21b21a641);}});}google.maps.event.addDomListener(window, 'load', initialize);