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.8032,-90.8139)};var g_d3735e1f125dd0bdfebafb99f431c863 = new google.maps.Geocoder();g_d3735e1f125dd0bdfebafb99f431c863.geocode( { 'address': "205 North Canal Street, Thibodaux, LA 70301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thibodaux-LA-midsouth-bank').style.display = '';map = new google.maps.Map(document.getElementById('thibodaux-LA-midsouth-bank'), mapOptions);}document.getElementById('cdc9517d').innerHTML += ' | View Map';var $ld3735e1f125dd0bdfebafb99f431c863 = '

MidSouth Bank

Address: 205 North Canal Street, Thibodaux, LA 70301
Phone: (985) 446-5677
';var m_d3735e1f125dd0bdfebafb99f431c863 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidSouth Bank',});m_d3735e1f125dd0bdfebafb99f431c863['infowindow'] = new google.maps.InfoWindow({content: $ld3735e1f125dd0bdfebafb99f431c863});var infowindow = new google.maps.InfoWindow({content: $ld3735e1f125dd0bdfebafb99f431c863});google.maps.event.addListener(m_d3735e1f125dd0bdfebafb99f431c863, 'click', function() {infowindow.open(map,m_d3735e1f125dd0bdfebafb99f431c863);});$marker.push(m_d3735e1f125dd0bdfebafb99f431c863);}});}google.maps.event.addDomListener(window, 'load', initialize);