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.0681,-89.9576)};var g_8d5ac59ad4fc155ac3f4805aa30c9440 = new google.maps.Geocoder();g_8d5ac59ad4fc155ac3f4805aa30c9440.geocode( { 'address': "8140 US Highway 64, Memphis, TN 38133"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-bancorp-south'), mapOptions);}document.getElementById('67fa4ca8').innerHTML += ' | View Map';var $l8d5ac59ad4fc155ac3f4805aa30c9440 = '

Bancorp South

Address: 8140 US Highway 64, Memphis, TN 38133
Phone: (901) 385-1473
';var m_8d5ac59ad4fc155ac3f4805aa30c9440 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_8d5ac59ad4fc155ac3f4805aa30c9440['infowindow'] = new google.maps.InfoWindow({content: $l8d5ac59ad4fc155ac3f4805aa30c9440});var infowindow = new google.maps.InfoWindow({content: $l8d5ac59ad4fc155ac3f4805aa30c9440});google.maps.event.addListener(m_8d5ac59ad4fc155ac3f4805aa30c9440, 'click', function() {infowindow.open(map,m_8d5ac59ad4fc155ac3f4805aa30c9440);});$marker.push(m_8d5ac59ad4fc155ac3f4805aa30c9440);}});}google.maps.event.addDomListener(window, 'load', initialize);