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.9455,-89.1997)};var g_ace29d05ce55b8b67c24556c30ec194c = new google.maps.Geocoder();g_ace29d05ce55b8b67c24556c30ec194c.geocode( { 'address': "2796 Highway 15, Bay Springs, MS 39422"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-springs-MS-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('bay-springs-MS-bancorpsouth'), mapOptions);}document.getElementById('9cf03e18').innerHTML += ' | View Map';var $lace29d05ce55b8b67c24556c30ec194c = '

Bancorpsouth

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