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_9640700c442214957adbe5aa77e2ace3 = new google.maps.Geocoder();g_9640700c442214957adbe5aa77e2ace3.geocode( { 'address': "7801 S State St, Chicago, IL 60619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-northern-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-northern-trust-bank'), mapOptions);}document.getElementById('dfc94a99').innerHTML += ' | View Map';var $l9640700c442214957adbe5aa77e2ace3 = '

Northern Trust Bank

Address: 7801 S State St, Chicago, IL 60619
Phone: (773) 602-8000
';var m_9640700c442214957adbe5aa77e2ace3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Trust Bank',});m_9640700c442214957adbe5aa77e2ace3['infowindow'] = new google.maps.InfoWindow({content: $l9640700c442214957adbe5aa77e2ace3});var infowindow = new google.maps.InfoWindow({content: $l9640700c442214957adbe5aa77e2ace3});google.maps.event.addListener(m_9640700c442214957adbe5aa77e2ace3, 'click', function() {infowindow.open(map,m_9640700c442214957adbe5aa77e2ace3);});$marker.push(m_9640700c442214957adbe5aa77e2ace3);}});}google.maps.event.addDomListener(window, 'load', initialize);