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.8478,-87.2693)};var g_2eaf1c24ddec8f759a5a4d74ba44aebb = new google.maps.Geocoder();g_2eaf1c24ddec8f759a5a4d74ba44aebb.geocode( { 'address': "607 Hwy 78 E, Jasper, AL 35501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-bank-of-walker-county').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-bank-of-walker-county'), mapOptions);}document.getElementById('62e5b940').innerHTML += ' | View Map';var $l2eaf1c24ddec8f759a5a4d74ba44aebb = '

Bank of Walker County

Address: 607 Hwy 78 E, Jasper, AL 35501, USA
Phone: (205) 295-0033
';var m_2eaf1c24ddec8f759a5a4d74ba44aebb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Walker County',});m_2eaf1c24ddec8f759a5a4d74ba44aebb['infowindow'] = new google.maps.InfoWindow({content: $l2eaf1c24ddec8f759a5a4d74ba44aebb});var infowindow = new google.maps.InfoWindow({content: $l2eaf1c24ddec8f759a5a4d74ba44aebb});google.maps.event.addListener(m_2eaf1c24ddec8f759a5a4d74ba44aebb, 'click', function() {infowindow.open(map,m_2eaf1c24ddec8f759a5a4d74ba44aebb);});$marker.push(m_2eaf1c24ddec8f759a5a4d74ba44aebb);}});}google.maps.event.addDomListener(window, 'load', initialize);