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.7905,-90.8208)};var g_2b5a0385f3efe2e2a7e088fc0311a33d = new google.maps.Geocoder();g_2b5a0385f3efe2e2a7e088fc0311a33d.geocode( { 'address': "1001 Canal Blvd, Thibodaux, LA 70301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thibodaux-LA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('thibodaux-LA-regions-bank'), mapOptions);}document.getElementById('b31ea4b9').innerHTML += ' | View Map';var $l2b5a0385f3efe2e2a7e088fc0311a33d = '

Regions Bank

Address: 1001 Canal Blvd, Thibodaux, LA 70301, USA
Phone: (800) 734-4667
';var m_2b5a0385f3efe2e2a7e088fc0311a33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_2b5a0385f3efe2e2a7e088fc0311a33d['infowindow'] = new google.maps.InfoWindow({content: $l2b5a0385f3efe2e2a7e088fc0311a33d});var infowindow = new google.maps.InfoWindow({content: $l2b5a0385f3efe2e2a7e088fc0311a33d});google.maps.event.addListener(m_2b5a0385f3efe2e2a7e088fc0311a33d, 'click', function() {infowindow.open(map,m_2b5a0385f3efe2e2a7e088fc0311a33d);});$marker.push(m_2b5a0385f3efe2e2a7e088fc0311a33d);}});}google.maps.event.addDomListener(window, 'load', initialize);