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(34.3757,-88.6865)};var g_fdd1e743b0ea6d799cf6e6b4ae1c3dd1 = new google.maps.Geocoder();g_fdd1e743b0ea6d799cf6e6b4ae1c3dd1.geocode( { 'address': "2541 Highway 145, Saltillo, MS 38866"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saltillo-MS-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('saltillo-MS-bancorp-south'), mapOptions);}document.getElementById('88402c1b').innerHTML += ' | View Map';var $lfdd1e743b0ea6d799cf6e6b4ae1c3dd1 = '

Bancorp South

Address: 2541 Highway 145, Saltillo, MS 38866
Phone: (662) 869-7600
';var m_fdd1e743b0ea6d799cf6e6b4ae1c3dd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_fdd1e743b0ea6d799cf6e6b4ae1c3dd1['infowindow'] = new google.maps.InfoWindow({content: $lfdd1e743b0ea6d799cf6e6b4ae1c3dd1});var infowindow = new google.maps.InfoWindow({content: $lfdd1e743b0ea6d799cf6e6b4ae1c3dd1});google.maps.event.addListener(m_fdd1e743b0ea6d799cf6e6b4ae1c3dd1, 'click', function() {infowindow.open(map,m_fdd1e743b0ea6d799cf6e6b4ae1c3dd1);});$marker.push(m_fdd1e743b0ea6d799cf6e6b4ae1c3dd1);}});}google.maps.event.addDomListener(window, 'load', initialize);