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(33.5404,-86.5579)};var g_93fb03efcd98ca5aa136ff9f761c9c2d = new google.maps.Geocoder();g_93fb03efcd98ca5aa136ff9f761c9c2d.geocode( { 'address': "8433 1st Ave, Leeds, AL 35094"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leeds-AL-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('leeds-AL-bancorpsouth'), mapOptions);}document.getElementById('8a4f3f2d').innerHTML += ' | View Map';var $l93fb03efcd98ca5aa136ff9f761c9c2d = '

BancorpSouth

Address: 8433 1st Ave, Leeds, AL 35094
Phone: (205) 699-2181
';var m_93fb03efcd98ca5aa136ff9f761c9c2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_93fb03efcd98ca5aa136ff9f761c9c2d['infowindow'] = new google.maps.InfoWindow({content: $l93fb03efcd98ca5aa136ff9f761c9c2d});var infowindow = new google.maps.InfoWindow({content: $l93fb03efcd98ca5aa136ff9f761c9c2d});google.maps.event.addListener(m_93fb03efcd98ca5aa136ff9f761c9c2d, 'click', function() {infowindow.open(map,m_93fb03efcd98ca5aa136ff9f761c9c2d);});$marker.push(m_93fb03efcd98ca5aa136ff9f761c9c2d);}});}google.maps.event.addDomListener(window, 'load', initialize);