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_62aa07693824f60b03a4a7e9f5006e34 = new google.maps.Geocoder();g_62aa07693824f60b03a4a7e9f5006e34.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-harborside-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('jersey-city-NJ-harborside-financial-center'), mapOptions);}document.getElementById('9cb5aca5').innerHTML += ' | View Map';var $l62aa07693824f60b03a4a7e9f5006e34 = '

Harborside Financial Center

Address: 3 2nd St, Jersey City, NJ 07302
Phone: (201) 963-8462
';var m_62aa07693824f60b03a4a7e9f5006e34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harborside Financial Center',});m_62aa07693824f60b03a4a7e9f5006e34['infowindow'] = new google.maps.InfoWindow({content: $l62aa07693824f60b03a4a7e9f5006e34});var infowindow = new google.maps.InfoWindow({content: $l62aa07693824f60b03a4a7e9f5006e34});google.maps.event.addListener(m_62aa07693824f60b03a4a7e9f5006e34, 'click', function() {infowindow.open(map,m_62aa07693824f60b03a4a7e9f5006e34);});$marker.push(m_62aa07693824f60b03a4a7e9f5006e34);}});}google.maps.event.addDomListener(window, 'load', initialize);