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(31.7123,-85.974)};var g_029591145fad252b28d844d823097400 = new google.maps.Geocoder();g_029591145fad252b28d844d823097400.geocode( { 'address': "828 Highway 231 S, Troy, AL 36081"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-AL-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('troy-AL-bancorpsouth'), mapOptions);}document.getElementById('74b69913').innerHTML += ' | View Map';var $l029591145fad252b28d844d823097400 = '

BancorpSouth

Address: 828 Highway 231 S, Troy, AL 36081
Phone: (334) 566-0220
';var m_029591145fad252b28d844d823097400 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_029591145fad252b28d844d823097400['infowindow'] = new google.maps.InfoWindow({content: $l029591145fad252b28d844d823097400});var infowindow = new google.maps.InfoWindow({content: $l029591145fad252b28d844d823097400});google.maps.event.addListener(m_029591145fad252b28d844d823097400, 'click', function() {infowindow.open(map,m_029591145fad252b28d844d823097400);});$marker.push(m_029591145fad252b28d844d823097400);}});}google.maps.event.addDomListener(window, 'load', initialize);