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.5186,-86.8084)};var g_62cdde279bbc3e45b8456f040d649b32 = new google.maps.Geocoder();g_62cdde279bbc3e45b8456f040d649b32.geocode( { 'address': "2501 20th Pl S, Birmingham, AL 35223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-wells-fargo-advisors'), mapOptions);}document.getElementById('913e6464').innerHTML += ' | View Map';var $l62cdde279bbc3e45b8456f040d649b32 = '

Wells Fargo Advisors

Address: 2501 20th Pl S, Birmingham, AL 35223
Phone: (205) 870-5011
';var m_62cdde279bbc3e45b8456f040d649b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_62cdde279bbc3e45b8456f040d649b32['infowindow'] = new google.maps.InfoWindow({content: $l62cdde279bbc3e45b8456f040d649b32});var infowindow = new google.maps.InfoWindow({content: $l62cdde279bbc3e45b8456f040d649b32});google.maps.event.addListener(m_62cdde279bbc3e45b8456f040d649b32, 'click', function() {infowindow.open(map,m_62cdde279bbc3e45b8456f040d649b32);});$marker.push(m_62cdde279bbc3e45b8456f040d649b32);}});}google.maps.event.addDomListener(window, 'load', initialize);