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(30.4985,-91.1293)};var g_ef8051ce270059a142fcb0b3e47b1cd4 = new google.maps.Geocoder();g_ef8051ce270059a142fcb0b3e47b1cd4.geocode( { 'address': "6180 Airline Hwy a, Baton Rouge, LA 70805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-buddys-home-furnishings'), mapOptions);}document.getElementById('d57b88b6').innerHTML += ' | View Map';var $lef8051ce270059a142fcb0b3e47b1cd4 = '

Buddy's Home Furnishings

Address: 6180 Airline Hwy a, Baton Rouge, LA 70805, USA
Phone: (225) 355-8000
';var m_ef8051ce270059a142fcb0b3e47b1cd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_ef8051ce270059a142fcb0b3e47b1cd4['infowindow'] = new google.maps.InfoWindow({content: $lef8051ce270059a142fcb0b3e47b1cd4});var infowindow = new google.maps.InfoWindow({content: $lef8051ce270059a142fcb0b3e47b1cd4});google.maps.event.addListener(m_ef8051ce270059a142fcb0b3e47b1cd4, 'click', function() {infowindow.open(map,m_ef8051ce270059a142fcb0b3e47b1cd4);});$marker.push(m_ef8051ce270059a142fcb0b3e47b1cd4);}});}google.maps.event.addDomListener(window, 'load', initialize);