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(43.0362,-87.917)};var g_ad2e584191559a42c0a3aa6120122a3a = new google.maps.Geocoder();g_ad2e584191559a42c0a3aa6120122a3a.geocode( { 'address': "526 E Wisconsin Ave, Milwaukee, WI 53202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-the-northern-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-the-northern-trust-company'), mapOptions);}document.getElementById('1f7a63f4').innerHTML += ' | View Map';var $lad2e584191559a42c0a3aa6120122a3a = '

The Northern Trust Company

Address: 526 E Wisconsin Ave, Milwaukee, WI 53202
Phone: (414) 905-7800
';var m_ad2e584191559a42c0a3aa6120122a3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Northern Trust Company',});m_ad2e584191559a42c0a3aa6120122a3a['infowindow'] = new google.maps.InfoWindow({content: $lad2e584191559a42c0a3aa6120122a3a});var infowindow = new google.maps.InfoWindow({content: $lad2e584191559a42c0a3aa6120122a3a});google.maps.event.addListener(m_ad2e584191559a42c0a3aa6120122a3a, 'click', function() {infowindow.open(map,m_ad2e584191559a42c0a3aa6120122a3a);});$marker.push(m_ad2e584191559a42c0a3aa6120122a3a);}});}google.maps.event.addDomListener(window, 'load', initialize);