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(31.976,-89.288)};var g_d9c6328c1655b9d1a72ccef1b2a0b524 = new google.maps.Geocoder();g_d9c6328c1655b9d1a72ccef1b2a0b524.geocode( { 'address': "2796 Hwy 15 N., Bay Springs, MS 39422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-springs-MS-bancorpsouth-bay-springs-branch').style.display = '';map = new google.maps.Map(document.getElementById('bay-springs-MS-bancorpsouth-bay-springs-branch'), mapOptions);}document.getElementById('0f5a6e62').innerHTML += ' | View Map';var $ld9c6328c1655b9d1a72ccef1b2a0b524 = '

BancorpSouth Bay Springs Branch

Address: 2796 Hwy 15 N., Bay Springs, MS 39422, USA
Phone: (601) 764-3148
';var m_d9c6328c1655b9d1a72ccef1b2a0b524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Bay Springs Branch',});m_d9c6328c1655b9d1a72ccef1b2a0b524['infowindow'] = new google.maps.InfoWindow({content: $ld9c6328c1655b9d1a72ccef1b2a0b524});var infowindow = new google.maps.InfoWindow({content: $ld9c6328c1655b9d1a72ccef1b2a0b524});google.maps.event.addListener(m_d9c6328c1655b9d1a72ccef1b2a0b524, 'click', function() {infowindow.open(map,m_d9c6328c1655b9d1a72ccef1b2a0b524);});$marker.push(m_d9c6328c1655b9d1a72ccef1b2a0b524);}});}google.maps.event.addDomListener(window, 'load', initialize);