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(47.6113,-122.333)};var g_61fca29656b3299a2fa308f26075704d = new google.maps.Geocoder();g_61fca29656b3299a2fa308f26075704d.geocode( { 'address': "1414 4th Ave, Seattle, WA 98101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-northern-trust').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-northern-trust'), mapOptions);}document.getElementById('c9cc0556').innerHTML += ' | View Map';var $l61fca29656b3299a2fa308f26075704d = '

Northern Trust

Address: 1414 4th Ave, Seattle, WA 98101
Phone: (206) 264-8000
';var m_61fca29656b3299a2fa308f26075704d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Trust',});m_61fca29656b3299a2fa308f26075704d['infowindow'] = new google.maps.InfoWindow({content: $l61fca29656b3299a2fa308f26075704d});var infowindow = new google.maps.InfoWindow({content: $l61fca29656b3299a2fa308f26075704d});google.maps.event.addListener(m_61fca29656b3299a2fa308f26075704d, 'click', function() {infowindow.open(map,m_61fca29656b3299a2fa308f26075704d);});$marker.push(m_61fca29656b3299a2fa308f26075704d);}});}google.maps.event.addDomListener(window, 'load', initialize);