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.199,-84.8483)};var g_acc36d1c177e684d8965363d95db8c04 = new google.maps.Geocoder();g_acc36d1c177e684d8965363d95db8c04.geocode( { 'address': "4355 Keith St NW, Cleveland, TN 37312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-TN-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-TN-buddys-home-furnishings'), mapOptions);}document.getElementById('72879519').innerHTML += ' | View Map';var $lacc36d1c177e684d8965363d95db8c04 = '

Buddy's Home Furnishings

Address: 4355 Keith St NW, Cleveland, TN 37312, USA
Phone: (423) 476-0043
';var m_acc36d1c177e684d8965363d95db8c04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_acc36d1c177e684d8965363d95db8c04['infowindow'] = new google.maps.InfoWindow({content: $lacc36d1c177e684d8965363d95db8c04});var infowindow = new google.maps.InfoWindow({content: $lacc36d1c177e684d8965363d95db8c04});google.maps.event.addListener(m_acc36d1c177e684d8965363d95db8c04, 'click', function() {infowindow.open(map,m_acc36d1c177e684d8965363d95db8c04);});$marker.push(m_acc36d1c177e684d8965363d95db8c04);}});}google.maps.event.addDomListener(window, 'load', initialize);