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(40.7514,-74.0509)};var g_f14cc2114263b35910d1ca6338cda6ef = new google.maps.Geocoder();g_f14cc2114263b35910d1ca6338cda6ef.geocode( { 'address': "3 2nd St, Jersey City, NJ 07302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jersey-city-NJ-northern-trust-new-york').style.display = '';map = new google.maps.Map(document.getElementById('jersey-city-NJ-northern-trust-new-york'), mapOptions);}document.getElementById('9cb5aca5').innerHTML += ' | View Map';var $lf14cc2114263b35910d1ca6338cda6ef = '

Northern Trust New York

Address: 3 2nd St, Jersey City, NJ 07302
Phone: (201) 793-2740
';var m_f14cc2114263b35910d1ca6338cda6ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Trust New York',});m_f14cc2114263b35910d1ca6338cda6ef['infowindow'] = new google.maps.InfoWindow({content: $lf14cc2114263b35910d1ca6338cda6ef});var infowindow = new google.maps.InfoWindow({content: $lf14cc2114263b35910d1ca6338cda6ef});google.maps.event.addListener(m_f14cc2114263b35910d1ca6338cda6ef, 'click', function() {infowindow.open(map,m_f14cc2114263b35910d1ca6338cda6ef);});$marker.push(m_f14cc2114263b35910d1ca6338cda6ef);}});}google.maps.event.addDomListener(window, 'load', initialize);