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.269,-86.2108)};var g_5cf25a041011c95f19568b696667d6c0 = new google.maps.Geocoder();g_5cf25a041011c95f19568b696667d6c0.geocode( { 'address': "203 W Main St, Albertville, AL 35950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-wells-fargo-bank'), mapOptions);}document.getElementById('3a9dd55c').innerHTML += ' | View Map';var $l5cf25a041011c95f19568b696667d6c0 = '

Wells Fargo Bank

Address: 203 W Main St, Albertville, AL 35950, USA
Phone: (256) 891-2427
';var m_5cf25a041011c95f19568b696667d6c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_5cf25a041011c95f19568b696667d6c0['infowindow'] = new google.maps.InfoWindow({content: $l5cf25a041011c95f19568b696667d6c0});var infowindow = new google.maps.InfoWindow({content: $l5cf25a041011c95f19568b696667d6c0});google.maps.event.addListener(m_5cf25a041011c95f19568b696667d6c0, 'click', function() {infowindow.open(map,m_5cf25a041011c95f19568b696667d6c0);});$marker.push(m_5cf25a041011c95f19568b696667d6c0);}});}google.maps.event.addDomListener(window, 'load', initialize);