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(34.2038,-86.1542)};var g_1a137675574d7922c64f024601d7491e = new google.maps.Geocoder();g_1a137675574d7922c64f024601d7491e.geocode( { 'address': "201 Billy Dyar Blvd, Boaz, AL 35957"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boaz-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('boaz-AL-wells-fargo-bank'), mapOptions);}document.getElementById('ee74e1f8').innerHTML += ' | View Map';var $l1a137675574d7922c64f024601d7491e = '

WELLS FARGO BANK

Address: 201 Billy Dyar Blvd, Boaz, AL 35957
Phone: (256) 840-0200
';var m_1a137675574d7922c64f024601d7491e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_1a137675574d7922c64f024601d7491e['infowindow'] = new google.maps.InfoWindow({content: $l1a137675574d7922c64f024601d7491e});var infowindow = new google.maps.InfoWindow({content: $l1a137675574d7922c64f024601d7491e});google.maps.event.addListener(m_1a137675574d7922c64f024601d7491e, 'click', function() {infowindow.open(map,m_1a137675574d7922c64f024601d7491e);});$marker.push(m_1a137675574d7922c64f024601d7491e);}});}google.maps.event.addDomListener(window, 'load', initialize);