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.7258,-74.1722)};var g_a0ea72ec4054788380010145ffd6ba1a = new google.maps.Geocoder();g_a0ea72ec4054788380010145ffd6ba1a.geocode( { 'address': "165 Halsey St, Newark, NJ 07102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-NJ-b-n-p-paribas-r-c-c-inc').style.display = '';map = new google.maps.Map(document.getElementById('newark-NJ-b-n-p-paribas-r-c-c-inc'), mapOptions);}document.getElementById('cd7f635e').innerHTML += ' | View Map';var $la0ea72ec4054788380010145ffd6ba1a = '

B N P Paribas R C C Inc

Address: 165 Halsey St, Newark, NJ 07102
Phone: (973) 242-4289
';var m_a0ea72ec4054788380010145ffd6ba1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B N P Paribas R C C Inc',});m_a0ea72ec4054788380010145ffd6ba1a['infowindow'] = new google.maps.InfoWindow({content: $la0ea72ec4054788380010145ffd6ba1a});var infowindow = new google.maps.InfoWindow({content: $la0ea72ec4054788380010145ffd6ba1a});google.maps.event.addListener(m_a0ea72ec4054788380010145ffd6ba1a, 'click', function() {infowindow.open(map,m_a0ea72ec4054788380010145ffd6ba1a);});$marker.push(m_a0ea72ec4054788380010145ffd6ba1a);}});}google.maps.event.addDomListener(window, 'load', initialize);