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.2282,-93.1945)};var g_f269cb7796c3319c9aa4d146b52139e6 = new google.maps.Geocoder();g_f269cb7796c3319c9aa4d146b52139e6.geocode( { 'address': "4660 Lake St, Lake Charles, LA 70605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-charles-LA-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('lake-charles-LA-bancorpsouth'), mapOptions);}document.getElementById('4fbb7080').innerHTML += ' | View Map';var $lf269cb7796c3319c9aa4d146b52139e6 = '

BancorpSouth

Address: 4660 Lake St, Lake Charles, LA 70605
Phone: (337) 439-7777
';var m_f269cb7796c3319c9aa4d146b52139e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_f269cb7796c3319c9aa4d146b52139e6['infowindow'] = new google.maps.InfoWindow({content: $lf269cb7796c3319c9aa4d146b52139e6});var infowindow = new google.maps.InfoWindow({content: $lf269cb7796c3319c9aa4d146b52139e6});google.maps.event.addListener(m_f269cb7796c3319c9aa4d146b52139e6, 'click', function() {infowindow.open(map,m_f269cb7796c3319c9aa4d146b52139e6);});$marker.push(m_f269cb7796c3319c9aa4d146b52139e6);}});}google.maps.event.addDomListener(window, 'load', initialize);