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.0081,-91.8196)};var g_290db70122024b966676c5ca55e67d21 = new google.maps.Geocoder();g_290db70122024b966676c5ca55e67d21.geocode( { 'address': "230 W Main St, New Iberia, LA 70560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-iberia-LA-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('new-iberia-LA-bancorpsouth-branch'), mapOptions);}document.getElementById('6c5dfd7a').innerHTML += ' | View Map';var $l290db70122024b966676c5ca55e67d21 = '

BancorpSouth Branch

Address: 230 W Main St, New Iberia, LA 70560, USA
Phone: (337) 365-7824
';var m_290db70122024b966676c5ca55e67d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_290db70122024b966676c5ca55e67d21['infowindow'] = new google.maps.InfoWindow({content: $l290db70122024b966676c5ca55e67d21});var infowindow = new google.maps.InfoWindow({content: $l290db70122024b966676c5ca55e67d21});google.maps.event.addListener(m_290db70122024b966676c5ca55e67d21, 'click', function() {infowindow.open(map,m_290db70122024b966676c5ca55e67d21);});$marker.push(m_290db70122024b966676c5ca55e67d21);}});}google.maps.event.addDomListener(window, 'load', initialize);