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.8421,-87.2434)};var g_26408ffa703a72e8ac0117e74ad46f33 = new google.maps.Geocoder();g_26408ffa703a72e8ac0117e74ad46f33.geocode( { 'address': "E, 2721 Hwy 78, Jasper, AL 35501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-wells-fargo-bank'), mapOptions);}document.getElementById('1cd45e39').innerHTML += ' | View Map';var $l26408ffa703a72e8ac0117e74ad46f33 = '

Wells Fargo Bank

Address: E, 2721 Hwy 78, Jasper, AL 35501, USA
Phone: (205) 384-7096
';var m_26408ffa703a72e8ac0117e74ad46f33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_26408ffa703a72e8ac0117e74ad46f33['infowindow'] = new google.maps.InfoWindow({content: $l26408ffa703a72e8ac0117e74ad46f33});var infowindow = new google.maps.InfoWindow({content: $l26408ffa703a72e8ac0117e74ad46f33});google.maps.event.addListener(m_26408ffa703a72e8ac0117e74ad46f33, 'click', function() {infowindow.open(map,m_26408ffa703a72e8ac0117e74ad46f33);});$marker.push(m_26408ffa703a72e8ac0117e74ad46f33);}});}google.maps.event.addDomListener(window, 'load', initialize);