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_eb22f88f11afb43e5ad8075fc7b2491e = new google.maps.Geocoder();g_eb22f88f11afb43e5ad8075fc7b2491e.geocode( { 'address': "5073 I 49 S Service Rd, Opelousas, LA 70570"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opelousas-LA-louisiana-land-bank').style.display = '';map = new google.maps.Map(document.getElementById('opelousas-LA-louisiana-land-bank'), mapOptions);}document.getElementById('2cd07a1d').innerHTML += ' | View Map';var $leb22f88f11afb43e5ad8075fc7b2491e = '

Louisiana Land Bank

Address: 5073 I 49 S Service Rd, Opelousas, LA 70570
Phone: (337) 942-1461
';var m_eb22f88f11afb43e5ad8075fc7b2491e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisiana Land Bank',});m_eb22f88f11afb43e5ad8075fc7b2491e['infowindow'] = new google.maps.InfoWindow({content: $leb22f88f11afb43e5ad8075fc7b2491e});var infowindow = new google.maps.InfoWindow({content: $leb22f88f11afb43e5ad8075fc7b2491e});google.maps.event.addListener(m_eb22f88f11afb43e5ad8075fc7b2491e, 'click', function() {infowindow.open(map,m_eb22f88f11afb43e5ad8075fc7b2491e);});$marker.push(m_eb22f88f11afb43e5ad8075fc7b2491e);}});}google.maps.event.addDomListener(window, 'load', initialize);