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.6455,-85.5872)};var g_722ee8117cbd03216a737c03e8c53bcc = new google.maps.Geocoder();g_722ee8117cbd03216a737c03e8c53bcc.geocode( { 'address': "654 Ross St, Heflin, AL 36264, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heflin-AL-small-town-bank').style.display = '';map = new google.maps.Map(document.getElementById('heflin-AL-small-town-bank'), mapOptions);}document.getElementById('22b3071d').innerHTML += ' | View Map';var $l722ee8117cbd03216a737c03e8c53bcc = '

Small Town Bank

Address: 654 Ross St, Heflin, AL 36264, USA
Phone: (256) 463-2790
';var m_722ee8117cbd03216a737c03e8c53bcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Small Town Bank',});m_722ee8117cbd03216a737c03e8c53bcc['infowindow'] = new google.maps.InfoWindow({content: $l722ee8117cbd03216a737c03e8c53bcc});var infowindow = new google.maps.InfoWindow({content: $l722ee8117cbd03216a737c03e8c53bcc});google.maps.event.addListener(m_722ee8117cbd03216a737c03e8c53bcc, 'click', function() {infowindow.open(map,m_722ee8117cbd03216a737c03e8c53bcc);});$marker.push(m_722ee8117cbd03216a737c03e8c53bcc);}});}google.maps.event.addDomListener(window, 'load', initialize);