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.0718,-90.4985)};var g_af37f5b0de67364f54d9b53d8e8afbfa = new google.maps.Geocoder();g_af37f5b0de67364f54d9b53d8e8afbfa.geocode( { 'address': "1713 W Airline Hwy #700, Laplace, LA 70068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laplace-LA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('laplace-LA-buddys-home-furnishings'), mapOptions);}document.getElementById('e7bd3299').innerHTML += ' | View Map';var $laf37f5b0de67364f54d9b53d8e8afbfa = '

Buddy's Home Furnishings

Address: 1713 W Airline Hwy #700, Laplace, LA 70068, USA
Phone: (985) 651-3232
';var m_af37f5b0de67364f54d9b53d8e8afbfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_af37f5b0de67364f54d9b53d8e8afbfa['infowindow'] = new google.maps.InfoWindow({content: $laf37f5b0de67364f54d9b53d8e8afbfa});var infowindow = new google.maps.InfoWindow({content: $laf37f5b0de67364f54d9b53d8e8afbfa});google.maps.event.addListener(m_af37f5b0de67364f54d9b53d8e8afbfa, 'click', function() {infowindow.open(map,m_af37f5b0de67364f54d9b53d8e8afbfa);});$marker.push(m_af37f5b0de67364f54d9b53d8e8afbfa);}});}google.maps.event.addDomListener(window, 'load', initialize);