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.8835,-85.451)};var g_9538b72133e7b37889af6e94cda568be = new google.maps.Geocoder();g_9538b72133e7b37889af6e94cda568be.geocode( { 'address': "16 S Midway St, Clayton, AL 36016"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-AL-mid-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('clayton-AL-mid-south-bank'), mapOptions);}document.getElementById('09613552').innerHTML += ' | View Map';var $l9538b72133e7b37889af6e94cda568be = '

Mid South Bank

Address: 16 S Midway St, Clayton, AL 36016
Phone: (334) 775-3232
';var m_9538b72133e7b37889af6e94cda568be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid South Bank',});m_9538b72133e7b37889af6e94cda568be['infowindow'] = new google.maps.InfoWindow({content: $l9538b72133e7b37889af6e94cda568be});var infowindow = new google.maps.InfoWindow({content: $l9538b72133e7b37889af6e94cda568be});google.maps.event.addListener(m_9538b72133e7b37889af6e94cda568be, 'click', function() {infowindow.open(map,m_9538b72133e7b37889af6e94cda568be);});$marker.push(m_9538b72133e7b37889af6e94cda568be);}});}google.maps.event.addDomListener(window, 'load', initialize);