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(41.881,-87.6247)};var g_b65381bdb2d648a4fdd2a107028b81d8 = new google.maps.Geocoder();g_b65381bdb2d648a4fdd2a107028b81d8.geocode( { 'address': "5503 N Cumberland Ave, Chicago, IL 60656"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-bank-of-new-york-mellon').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-bank-of-new-york-mellon'), mapOptions);}document.getElementById('98219844').innerHTML += ' | View Map';var $lb65381bdb2d648a4fdd2a107028b81d8 = '

Bank Of New York Mellon

Address: 5503 N Cumberland Ave, Chicago, IL 60656
Phone: (773) 763-5631
';var m_b65381bdb2d648a4fdd2a107028b81d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of New York Mellon',});m_b65381bdb2d648a4fdd2a107028b81d8['infowindow'] = new google.maps.InfoWindow({content: $lb65381bdb2d648a4fdd2a107028b81d8});var infowindow = new google.maps.InfoWindow({content: $lb65381bdb2d648a4fdd2a107028b81d8});google.maps.event.addListener(m_b65381bdb2d648a4fdd2a107028b81d8, 'click', function() {infowindow.open(map,m_b65381bdb2d648a4fdd2a107028b81d8);});$marker.push(m_b65381bdb2d648a4fdd2a107028b81d8);}});}google.maps.event.addDomListener(window, 'load', initialize);