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.8272,-88.2165)};var g_08cf94e3112aa2c3f1ad84ca940e1264 = new google.maps.Geocoder();g_08cf94e3112aa2c3f1ad84ca940e1264.geocode( { 'address': "508 Constitution Dr, Iuka, MS 38852"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iuka-MS-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('iuka-MS-renasant-bank'), mapOptions);}document.getElementById('5bdc6b25').innerHTML += ' | View Map';var $l08cf94e3112aa2c3f1ad84ca940e1264 = '

Renasant Bank

Address: 508 Constitution Dr, Iuka, MS 38852
Phone: (662) 423-1250
';var m_08cf94e3112aa2c3f1ad84ca940e1264 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_08cf94e3112aa2c3f1ad84ca940e1264['infowindow'] = new google.maps.InfoWindow({content: $l08cf94e3112aa2c3f1ad84ca940e1264});var infowindow = new google.maps.InfoWindow({content: $l08cf94e3112aa2c3f1ad84ca940e1264});google.maps.event.addListener(m_08cf94e3112aa2c3f1ad84ca940e1264, 'click', function() {infowindow.open(map,m_08cf94e3112aa2c3f1ad84ca940e1264);});$marker.push(m_08cf94e3112aa2c3f1ad84ca940e1264);}});}google.maps.event.addDomListener(window, 'load', initialize);