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.5326,-92.0846)};var g_81d9e5ac71dc30131919ef8778abe6a7 = new google.maps.Geocoder();g_81d9e5ac71dc30131919ef8778abe6a7.geocode( { 'address': "235 North Court St., Opelousas, LA 70571"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opelousas-LA-st-landry-homestead').style.display = '';map = new google.maps.Map(document.getElementById('opelousas-LA-st-landry-homestead'), mapOptions);}document.getElementById('98cc0f30').innerHTML += ' | View Map';var $l81d9e5ac71dc30131919ef8778abe6a7 = '

St. Landry Homestead

Address: 235 North Court St., Opelousas, LA 70571
Phone: (337) 948-3033
';var m_81d9e5ac71dc30131919ef8778abe6a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. Landry Homestead',});m_81d9e5ac71dc30131919ef8778abe6a7['infowindow'] = new google.maps.InfoWindow({content: $l81d9e5ac71dc30131919ef8778abe6a7});var infowindow = new google.maps.InfoWindow({content: $l81d9e5ac71dc30131919ef8778abe6a7});google.maps.event.addListener(m_81d9e5ac71dc30131919ef8778abe6a7, 'click', function() {infowindow.open(map,m_81d9e5ac71dc30131919ef8778abe6a7);});$marker.push(m_81d9e5ac71dc30131919ef8778abe6a7);}});}google.maps.event.addDomListener(window, 'load', initialize);