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(35.163,-88.5843)};var g_2009cf641a9a8f0c9f485898315f77eb = new google.maps.Geocoder();g_2009cf641a9a8f0c9f485898315f77eb.geocode( { 'address': "515 E Mulberry Ave, Selmer, TN 38375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selmer-TN-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('selmer-TN-bancorpsouth-branch'), mapOptions);}document.getElementById('582466aa').innerHTML += ' | View Map';var $l2009cf641a9a8f0c9f485898315f77eb = '

BancorpSouth Branch

Address: 515 E Mulberry Ave, Selmer, TN 38375, USA
Phone: (731) 645-7915
';var m_2009cf641a9a8f0c9f485898315f77eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_2009cf641a9a8f0c9f485898315f77eb['infowindow'] = new google.maps.InfoWindow({content: $l2009cf641a9a8f0c9f485898315f77eb});var infowindow = new google.maps.InfoWindow({content: $l2009cf641a9a8f0c9f485898315f77eb});google.maps.event.addListener(m_2009cf641a9a8f0c9f485898315f77eb, 'click', function() {infowindow.open(map,m_2009cf641a9a8f0c9f485898315f77eb);});$marker.push(m_2009cf641a9a8f0c9f485898315f77eb);}});}google.maps.event.addDomListener(window, 'load', initialize);