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

BancorpSouth

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