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(32.5994,-85.4734)};var g_4abf5e04b1dc5a9138289c1f400a1613 = new google.maps.Geocoder();g_4abf5e04b1dc5a9138289c1f400a1613.geocode( { 'address': "1943 E Glenn Ave, Auburn, AL 36830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-renasant-bank'), mapOptions);}document.getElementById('eeef5574').innerHTML += ' | View Map';var $l4abf5e04b1dc5a9138289c1f400a1613 = '

Renasant Bank

Address: 1943 E Glenn Ave, Auburn, AL 36830
Phone: (334) 321-2265
';var m_4abf5e04b1dc5a9138289c1f400a1613 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_4abf5e04b1dc5a9138289c1f400a1613['infowindow'] = new google.maps.InfoWindow({content: $l4abf5e04b1dc5a9138289c1f400a1613});var infowindow = new google.maps.InfoWindow({content: $l4abf5e04b1dc5a9138289c1f400a1613});google.maps.event.addListener(m_4abf5e04b1dc5a9138289c1f400a1613, 'click', function() {infowindow.open(map,m_4abf5e04b1dc5a9138289c1f400a1613);});$marker.push(m_4abf5e04b1dc5a9138289c1f400a1613);}});}google.maps.event.addDomListener(window, 'load', initialize);