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(33.3107,-85.4853)};var g_0efeb2080863c8975fbcc885158ae2bf = new google.maps.Geocoder();g_0efeb2080863c8975fbcc885158ae2bf.geocode( { 'address': "117 N Main St, Wedowee, AL 36278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wedowee-AL-small-town-bank').style.display = '';map = new google.maps.Map(document.getElementById('wedowee-AL-small-town-bank'), mapOptions);}document.getElementById('ee2b1af2').innerHTML += ' | View Map';var $l0efeb2080863c8975fbcc885158ae2bf = '

Small Town Bank

Address: 117 N Main St, Wedowee, AL 36278, USA
Phone: (256) 357-4936
';var m_0efeb2080863c8975fbcc885158ae2bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Small Town Bank',});m_0efeb2080863c8975fbcc885158ae2bf['infowindow'] = new google.maps.InfoWindow({content: $l0efeb2080863c8975fbcc885158ae2bf});var infowindow = new google.maps.InfoWindow({content: $l0efeb2080863c8975fbcc885158ae2bf});google.maps.event.addListener(m_0efeb2080863c8975fbcc885158ae2bf, 'click', function() {infowindow.open(map,m_0efeb2080863c8975fbcc885158ae2bf);});$marker.push(m_0efeb2080863c8975fbcc885158ae2bf);}});}google.maps.event.addDomListener(window, 'load', initialize);