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.5178,-86.8082)};var g_d5eac1e9308bcc90cb100d80979f8d98 = new google.maps.Geocoder();g_d5eac1e9308bcc90cb100d80979f8d98.geocode( { 'address': "416-, 446 20th St N, Birmingham, AL 35203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-wells-fargo-building').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-wells-fargo-building'), mapOptions);}document.getElementById('65423daf').innerHTML += ' | View Map';var $ld5eac1e9308bcc90cb100d80979f8d98 = '

Wells Fargo Building

Address: 416-, 446 20th St N, Birmingham, AL 35203, USA
Phone:
';var m_d5eac1e9308bcc90cb100d80979f8d98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Building',});m_d5eac1e9308bcc90cb100d80979f8d98['infowindow'] = new google.maps.InfoWindow({content: $ld5eac1e9308bcc90cb100d80979f8d98});var infowindow = new google.maps.InfoWindow({content: $ld5eac1e9308bcc90cb100d80979f8d98});google.maps.event.addListener(m_d5eac1e9308bcc90cb100d80979f8d98, 'click', function() {infowindow.open(map,m_d5eac1e9308bcc90cb100d80979f8d98);});$marker.push(m_d5eac1e9308bcc90cb100d80979f8d98);}});}google.maps.event.addDomListener(window, 'load', initialize);