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.8926,-87.7481)};var g_9da4ec9417da97aac9ab7ae5aad3b0a6 = new google.maps.Geocoder();g_9da4ec9417da97aac9ab7ae5aad3b0a6.geocode( { 'address': "33821 Highway 43, Thomasville, AL 36784"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-AL-sweet-water-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-AL-sweet-water-state-bank'), mapOptions);}document.getElementById('e709ea6b').innerHTML += ' | View Map';var $l9da4ec9417da97aac9ab7ae5aad3b0a6 = '

Sweet Water State Bank

Address: 33821 Highway 43, Thomasville, AL 36784
Phone: (334) 636-0036
';var m_9da4ec9417da97aac9ab7ae5aad3b0a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sweet Water State Bank',});m_9da4ec9417da97aac9ab7ae5aad3b0a6['infowindow'] = new google.maps.InfoWindow({content: $l9da4ec9417da97aac9ab7ae5aad3b0a6});var infowindow = new google.maps.InfoWindow({content: $l9da4ec9417da97aac9ab7ae5aad3b0a6});google.maps.event.addListener(m_9da4ec9417da97aac9ab7ae5aad3b0a6, 'click', function() {infowindow.open(map,m_9da4ec9417da97aac9ab7ae5aad3b0a6);});$marker.push(m_9da4ec9417da97aac9ab7ae5aad3b0a6);}});}google.maps.event.addDomListener(window, 'load', initialize);