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.5419,-91.964)};var g_9d536e0c89f6ca394055730f1e22d290 = new google.maps.Geocoder();g_9d536e0c89f6ca394055730f1e22d290.geocode( { 'address': "418 Saizan Ave., Port Barre, LA 70577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-barre-LA-st-landry-homestead').style.display = '';map = new google.maps.Map(document.getElementById('port-barre-LA-st-landry-homestead'), mapOptions);}document.getElementById('ff9f2457').innerHTML += ' | View Map';var $l9d536e0c89f6ca394055730f1e22d290 = '

St. Landry Homestead

Address: 418 Saizan Ave., Port Barre, LA 70577
Phone: (337) 585-2301
';var m_9d536e0c89f6ca394055730f1e22d290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. Landry Homestead',});m_9d536e0c89f6ca394055730f1e22d290['infowindow'] = new google.maps.InfoWindow({content: $l9d536e0c89f6ca394055730f1e22d290});var infowindow = new google.maps.InfoWindow({content: $l9d536e0c89f6ca394055730f1e22d290});google.maps.event.addListener(m_9d536e0c89f6ca394055730f1e22d290, 'click', function() {infowindow.open(map,m_9d536e0c89f6ca394055730f1e22d290);});$marker.push(m_9d536e0c89f6ca394055730f1e22d290);}});}google.maps.event.addDomListener(window, 'load', initialize);