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.5611,-87.0175)};var g_cb954da72f5bb940841628aeee35ddcc = new google.maps.Geocoder();g_cb954da72f5bb940841628aeee35ddcc.geocode( { 'address': "1830 Modaus Rd SW, Decatur, AL 35603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-renasant-bank'), mapOptions);}document.getElementById('e7bf2fb0').innerHTML += ' | View Map';var $lcb954da72f5bb940841628aeee35ddcc = '

Renasant Bank

Address: 1830 Modaus Rd SW, Decatur, AL 35603, USA
Phone: (256) 355-4100
';var m_cb954da72f5bb940841628aeee35ddcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_cb954da72f5bb940841628aeee35ddcc['infowindow'] = new google.maps.InfoWindow({content: $lcb954da72f5bb940841628aeee35ddcc});var infowindow = new google.maps.InfoWindow({content: $lcb954da72f5bb940841628aeee35ddcc});google.maps.event.addListener(m_cb954da72f5bb940841628aeee35ddcc, 'click', function() {infowindow.open(map,m_cb954da72f5bb940841628aeee35ddcc);});$marker.push(m_cb954da72f5bb940841628aeee35ddcc);}});}google.maps.event.addDomListener(window, 'load', initialize);