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.9974,-87.6291)};var g_a99509dcdbfe18122905caf51d940196 = new google.maps.Geocoder();g_a99509dcdbfe18122905caf51d940196.geocode( { 'address': "319 Market St, Moundville, AL 35474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moundville-AL-bank-of-moundville').style.display = '';map = new google.maps.Map(document.getElementById('moundville-AL-bank-of-moundville'), mapOptions);}document.getElementById('79aa8ba2').innerHTML += ' | View Map';var $la99509dcdbfe18122905caf51d940196 = '

Bank of Moundville

Address: 319 Market St, Moundville, AL 35474, USA
Phone: (205) 371-2227
';var m_a99509dcdbfe18122905caf51d940196 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Moundville',});m_a99509dcdbfe18122905caf51d940196['infowindow'] = new google.maps.InfoWindow({content: $la99509dcdbfe18122905caf51d940196});var infowindow = new google.maps.InfoWindow({content: $la99509dcdbfe18122905caf51d940196});google.maps.event.addListener(m_a99509dcdbfe18122905caf51d940196, 'click', function() {infowindow.open(map,m_a99509dcdbfe18122905caf51d940196);});$marker.push(m_a99509dcdbfe18122905caf51d940196);}});}google.maps.event.addDomListener(window, 'load', initialize);