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(39.3682,-74.5576)};var g_8012c113f03996cd9a5511baa835b83e = new google.maps.Geocoder();g_8012c113f03996cd9a5511baa835b83e.geocode( { 'address': "1601 New Road, Northfield, NJ 08225"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northfield-NJ-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('northfield-NJ-morgan-stanley'), mapOptions);}document.getElementById('55df6074').innerHTML += ' | View Map';var $l8012c113f03996cd9a5511baa835b83e = '

Morgan Stanley

Address: 1601 New Road, Northfield, NJ 08225
Phone: (609) 383-2000
';var m_8012c113f03996cd9a5511baa835b83e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_8012c113f03996cd9a5511baa835b83e['infowindow'] = new google.maps.InfoWindow({content: $l8012c113f03996cd9a5511baa835b83e});var infowindow = new google.maps.InfoWindow({content: $l8012c113f03996cd9a5511baa835b83e});google.maps.event.addListener(m_8012c113f03996cd9a5511baa835b83e, 'click', function() {infowindow.open(map,m_8012c113f03996cd9a5511baa835b83e);});$marker.push(m_8012c113f03996cd9a5511baa835b83e);}});}google.maps.event.addDomListener(window, 'load', initialize);