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.4362,-89.9161)};var g_59d5106254a978b20c92615494bb1af8 = new google.maps.Geocoder();g_59d5106254a978b20c92615494bb1af8.geocode( { 'address': "120 S Main St, Sardis, MS 38666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sardis-MS-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('sardis-MS-renasant-bank'), mapOptions);}document.getElementById('3ea86e7c').innerHTML += ' | View Map';var $l59d5106254a978b20c92615494bb1af8 = '

Renasant Bank

Address: 120 S Main St, Sardis, MS 38666, USA
Phone: (800) 680-1601
';var m_59d5106254a978b20c92615494bb1af8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_59d5106254a978b20c92615494bb1af8['infowindow'] = new google.maps.InfoWindow({content: $l59d5106254a978b20c92615494bb1af8});var infowindow = new google.maps.InfoWindow({content: $l59d5106254a978b20c92615494bb1af8});google.maps.event.addListener(m_59d5106254a978b20c92615494bb1af8, 'click', function() {infowindow.open(map,m_59d5106254a978b20c92615494bb1af8);});$marker.push(m_59d5106254a978b20c92615494bb1af8);}});}google.maps.event.addDomListener(window, 'load', initialize);