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.2791,-91.2249)};var g_9de28ca3f3877ff6fe54310f71c5c24a = new google.maps.Geocoder();g_9de28ca3f3877ff6fe54310f71c5c24a.geocode( { 'address': "24835 LA-1, Plaquemine, LA 70764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaquemine-LA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('plaquemine-LA-buddys-home-furnishings'), mapOptions);}document.getElementById('c1025cba').innerHTML += ' | View Map';var $l9de28ca3f3877ff6fe54310f71c5c24a = '

Buddy's Home Furnishings

Address: 24835 LA-1, Plaquemine, LA 70764, USA
Phone: (225) 687-9881
';var m_9de28ca3f3877ff6fe54310f71c5c24a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_9de28ca3f3877ff6fe54310f71c5c24a['infowindow'] = new google.maps.InfoWindow({content: $l9de28ca3f3877ff6fe54310f71c5c24a});var infowindow = new google.maps.InfoWindow({content: $l9de28ca3f3877ff6fe54310f71c5c24a});google.maps.event.addListener(m_9de28ca3f3877ff6fe54310f71c5c24a, 'click', function() {infowindow.open(map,m_9de28ca3f3877ff6fe54310f71c5c24a);});$marker.push(m_9de28ca3f3877ff6fe54310f71c5c24a);}});}google.maps.event.addDomListener(window, 'load', initialize);