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.1998,-85.4177)};var g_ac3ac6ddf48d1f46cb1795922175738a = new google.maps.Geocoder();g_ac3ac6ddf48d1f46cb1795922175738a.geocode( { 'address': "3251 Ross Clark Cir, Dothan, AL 36303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-bank-south').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-bank-south'), mapOptions);}document.getElementById('0cac9a4a').innerHTML += ' | View Map';var $lac3ac6ddf48d1f46cb1795922175738a = '

Bank South

Address: 3251 Ross Clark Cir, Dothan, AL 36303
Phone: (334) 677-2265
';var m_ac3ac6ddf48d1f46cb1795922175738a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank South',});m_ac3ac6ddf48d1f46cb1795922175738a['infowindow'] = new google.maps.InfoWindow({content: $lac3ac6ddf48d1f46cb1795922175738a});var infowindow = new google.maps.InfoWindow({content: $lac3ac6ddf48d1f46cb1795922175738a});google.maps.event.addListener(m_ac3ac6ddf48d1f46cb1795922175738a, 'click', function() {infowindow.open(map,m_ac3ac6ddf48d1f46cb1795922175738a);});$marker.push(m_ac3ac6ddf48d1f46cb1795922175738a);}});}google.maps.event.addDomListener(window, 'load', initialize);