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.6095,-85.4645)};var g_8107d9f32df960ce0a2a7b123dd55aff = new google.maps.Geocoder();g_8107d9f32df960ce0a2a7b123dd55aff.geocode( { 'address': "807 E Glenn Ave, Auburn, AL 36830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-bancorpsouth-branch'), mapOptions);}document.getElementById('8ca23419').innerHTML += ' | View Map';var $l8107d9f32df960ce0a2a7b123dd55aff = '

BancorpSouth Branch

Address: 807 E Glenn Ave, Auburn, AL 36830, USA
Phone: (334) 821-2220
';var m_8107d9f32df960ce0a2a7b123dd55aff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_8107d9f32df960ce0a2a7b123dd55aff['infowindow'] = new google.maps.InfoWindow({content: $l8107d9f32df960ce0a2a7b123dd55aff});var infowindow = new google.maps.InfoWindow({content: $l8107d9f32df960ce0a2a7b123dd55aff});google.maps.event.addListener(m_8107d9f32df960ce0a2a7b123dd55aff, 'click', function() {infowindow.open(map,m_8107d9f32df960ce0a2a7b123dd55aff);});$marker.push(m_8107d9f32df960ce0a2a7b123dd55aff);}});}google.maps.event.addDomListener(window, 'load', initialize);