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(32.4415,-90.149)};var g_3c34e67fa3e38a455a489ad8b3c0fbaf = new google.maps.Geocoder();g_3c34e67fa3e38a455a489ad8b3c0fbaf.geocode( { 'address': "1049 Highland Colony Pkwy, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-bancorpsouth-bay-springs-branch').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-bancorpsouth-bay-springs-branch'), mapOptions);}document.getElementById('551c96c2').innerHTML += ' | View Map';var $l3c34e67fa3e38a455a489ad8b3c0fbaf = '

BancorpSouth Bay Springs Branch

Address: 1049 Highland Colony Pkwy, Ridgeland, MS 39157, USA
Phone: (601) 607-4581
';var m_3c34e67fa3e38a455a489ad8b3c0fbaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Bay Springs Branch',});m_3c34e67fa3e38a455a489ad8b3c0fbaf['infowindow'] = new google.maps.InfoWindow({content: $l3c34e67fa3e38a455a489ad8b3c0fbaf});var infowindow = new google.maps.InfoWindow({content: $l3c34e67fa3e38a455a489ad8b3c0fbaf});google.maps.event.addListener(m_3c34e67fa3e38a455a489ad8b3c0fbaf, 'click', function() {infowindow.open(map,m_3c34e67fa3e38a455a489ad8b3c0fbaf);});$marker.push(m_3c34e67fa3e38a455a489ad8b3c0fbaf);}});}google.maps.event.addDomListener(window, 'load', initialize);