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.8195,-86.6074)};var g_1457b0673d9669365fb008d5a6e3dea2 = new google.maps.Geocoder();g_1457b0673d9669365fb008d5a6e3dea2.geocode( { 'address': "1028 Fort Dale Rd, Greenville, AL 36037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-AL-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('greenville-AL-bancorp-south'), mapOptions);}document.getElementById('cdaf707f').innerHTML += ' | View Map';var $l1457b0673d9669365fb008d5a6e3dea2 = '

Bancorp South

Address: 1028 Fort Dale Rd, Greenville, AL 36037
Phone: (334) 382-6944
';var m_1457b0673d9669365fb008d5a6e3dea2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_1457b0673d9669365fb008d5a6e3dea2['infowindow'] = new google.maps.InfoWindow({content: $l1457b0673d9669365fb008d5a6e3dea2});var infowindow = new google.maps.InfoWindow({content: $l1457b0673d9669365fb008d5a6e3dea2});google.maps.event.addListener(m_1457b0673d9669365fb008d5a6e3dea2, 'click', function() {infowindow.open(map,m_1457b0673d9669365fb008d5a6e3dea2);});$marker.push(m_1457b0673d9669365fb008d5a6e3dea2);}});}google.maps.event.addDomListener(window, 'load', initialize);