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.5176,-86.8084)};var g_7b69c73f0511b407ad02dbc2d4f31b5f = new google.maps.Geocoder();g_7b69c73f0511b407ad02dbc2d4f31b5f.geocode( { 'address': "420 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-insurance-services-usa').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-wells-fargo-insurance-services-usa'), mapOptions);}document.getElementById('12443b1d').innerHTML += ' | View Map';var $l7b69c73f0511b407ad02dbc2d4f31b5f = '

Wells Fargo Insurance Services USA

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