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_88a73057068fd7bf778dfa01fa488093 = new google.maps.Geocoder();g_88a73057068fd7bf778dfa01fa488093.geocode( { 'address': "505 20th St N, Birmingham, AL 35203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-bny-mellon').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-bny-mellon'), mapOptions);}document.getElementById('71f4bed1').innerHTML += ' | View Map';var $l88a73057068fd7bf778dfa01fa488093 = '

Bny Mellon

Address: 505 20th St N, Birmingham, AL 35203
Phone: (205) 214-0200
';var m_88a73057068fd7bf778dfa01fa488093 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bny Mellon',});m_88a73057068fd7bf778dfa01fa488093['infowindow'] = new google.maps.InfoWindow({content: $l88a73057068fd7bf778dfa01fa488093});var infowindow = new google.maps.InfoWindow({content: $l88a73057068fd7bf778dfa01fa488093});google.maps.event.addListener(m_88a73057068fd7bf778dfa01fa488093, 'click', function() {infowindow.open(map,m_88a73057068fd7bf778dfa01fa488093);});$marker.push(m_88a73057068fd7bf778dfa01fa488093);}});}google.maps.event.addDomListener(window, 'load', initialize);