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(33.0745,-89.8533)};var g_6c1d69dd61b4192c8ef551e5a5d6a873 = new google.maps.Geocoder();g_6c1d69dd61b4192c8ef551e5a5d6a873.geocode( { 'address': "381 SE Depot St, Durant, MS 39063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-MS-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('durant-MS-renasant-bank'), mapOptions);}document.getElementById('551387c1').innerHTML += ' | View Map';var $l6c1d69dd61b4192c8ef551e5a5d6a873 = '

Renasant Bank

Address: 381 SE Depot St, Durant, MS 39063, USA
Phone: (800) 680-1601
';var m_6c1d69dd61b4192c8ef551e5a5d6a873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_6c1d69dd61b4192c8ef551e5a5d6a873['infowindow'] = new google.maps.InfoWindow({content: $l6c1d69dd61b4192c8ef551e5a5d6a873});var infowindow = new google.maps.InfoWindow({content: $l6c1d69dd61b4192c8ef551e5a5d6a873});google.maps.event.addListener(m_6c1d69dd61b4192c8ef551e5a5d6a873, 'click', function() {infowindow.open(map,m_6c1d69dd61b4192c8ef551e5a5d6a873);});$marker.push(m_6c1d69dd61b4192c8ef551e5a5d6a873);}});}google.maps.event.addDomListener(window, 'load', initialize);