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(29.3721,-90.2633)};var g_6f99be860d58f3411dc03da94a6db955 = new google.maps.Geocoder();g_6f99be860d58f3411dc03da94a6db955.geocode( { 'address': "20658 Highway 1, Golden Meadow, LA 70357"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-meadow-LA-south-lafourche-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('golden-meadow-LA-south-lafourche-bank-trust'), mapOptions);}document.getElementById('77f03782').innerHTML += ' | View Map';var $l6f99be860d58f3411dc03da94a6db955 = '

South Lafourche Bank & Trust

Address: 20658 Highway 1, Golden Meadow, LA 70357
Phone: (985) 475-6500
';var m_6f99be860d58f3411dc03da94a6db955 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Lafourche Bank & Trust',});m_6f99be860d58f3411dc03da94a6db955['infowindow'] = new google.maps.InfoWindow({content: $l6f99be860d58f3411dc03da94a6db955});var infowindow = new google.maps.InfoWindow({content: $l6f99be860d58f3411dc03da94a6db955});google.maps.event.addListener(m_6f99be860d58f3411dc03da94a6db955, 'click', function() {infowindow.open(map,m_6f99be860d58f3411dc03da94a6db955);});$marker.push(m_6f99be860d58f3411dc03da94a6db955);}});}google.maps.event.addDomListener(window, 'load', initialize);