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_1b775479ddd3471702119553429a000e = new google.maps.Geocoder();g_1b775479ddd3471702119553429a000e.geocode( { 'address': "519 E Glenn Ave, Auburn, AL 36830-4929"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-midsouth-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-midsouth-bank'), mapOptions);}document.getElementById('f263dd89').innerHTML += ' | View Map';var $l1b775479ddd3471702119553429a000e = '

MidSouth Bank

Address: 519 E Glenn Ave, Auburn, AL 36830-4929
Phone: (334) 887-6440
';var m_1b775479ddd3471702119553429a000e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidSouth Bank',});m_1b775479ddd3471702119553429a000e['infowindow'] = new google.maps.InfoWindow({content: $l1b775479ddd3471702119553429a000e});var infowindow = new google.maps.InfoWindow({content: $l1b775479ddd3471702119553429a000e});google.maps.event.addListener(m_1b775479ddd3471702119553429a000e, 'click', function() {infowindow.open(map,m_1b775479ddd3471702119553429a000e);});$marker.push(m_1b775479ddd3471702119553429a000e);}});}google.maps.event.addDomListener(window, 'load', initialize);