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(32.5081,-87.8363)};var g_da4e7a3d424c98f7377e21cd7a4290bc = new google.maps.Geocoder();g_da4e7a3d424c98f7377e21cd7a4290bc.geocode( { 'address': "1202 Osgood Loop, Demopolis, AL 36732"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('demopolis-AL-sweet-water-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('demopolis-AL-sweet-water-state-bank'), mapOptions);}document.getElementById('ff459145').innerHTML += ' | View Map';var $lda4e7a3d424c98f7377e21cd7a4290bc = '

Sweet Water State Bank

Address: 1202 Osgood Loop, Demopolis, AL 36732
Phone: (334) 287-1300
';var m_da4e7a3d424c98f7377e21cd7a4290bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sweet Water State Bank',});m_da4e7a3d424c98f7377e21cd7a4290bc['infowindow'] = new google.maps.InfoWindow({content: $lda4e7a3d424c98f7377e21cd7a4290bc});var infowindow = new google.maps.InfoWindow({content: $lda4e7a3d424c98f7377e21cd7a4290bc});google.maps.event.addListener(m_da4e7a3d424c98f7377e21cd7a4290bc, 'click', function() {infowindow.open(map,m_da4e7a3d424c98f7377e21cd7a4290bc);});$marker.push(m_da4e7a3d424c98f7377e21cd7a4290bc);}});}google.maps.event.addDomListener(window, 'load', initialize);