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_f386ec0475db6270613db002e5168828 = new google.maps.Geocoder();g_f386ec0475db6270613db002e5168828.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-bank-of-new-york-trust-co-na').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-bank-of-new-york-trust-co-na'), mapOptions);}document.getElementById('71f4bed1').innerHTML += ' | View Map';var $lf386ec0475db6270613db002e5168828 = '

Bank Of New York Trust Co Na

Address: 505 20th St N, Birmingham, AL 35203
Phone: (205) 326-3550
';var m_f386ec0475db6270613db002e5168828 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of New York Trust Co Na',});m_f386ec0475db6270613db002e5168828['infowindow'] = new google.maps.InfoWindow({content: $lf386ec0475db6270613db002e5168828});var infowindow = new google.maps.InfoWindow({content: $lf386ec0475db6270613db002e5168828});google.maps.event.addListener(m_f386ec0475db6270613db002e5168828, 'click', function() {infowindow.open(map,m_f386ec0475db6270613db002e5168828);});$marker.push(m_f386ec0475db6270613db002e5168828);}});}google.maps.event.addDomListener(window, 'load', initialize);