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.6332,-74.5061)};var g_adc30bf749ee156b113a1e1dab27f91a = new google.maps.Geocoder();g_adc30bf749ee156b113a1e1dab27f91a.geocode( { 'address': "30 Technology Drive South #1D, Warren, NJ 07059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-NJ-aequus-trade-credit-llc').style.display = '';map = new google.maps.Map(document.getElementById('warren-NJ-aequus-trade-credit-llc'), mapOptions);}document.getElementById('89f52d42').innerHTML += ' | View Map';var $ladc30bf749ee156b113a1e1dab27f91a = '

Aequus Trade Credit LLC

Address: 30 Technology Drive South #1D, Warren, NJ 07059, USA
Phone: (201) 714-4560
';var m_adc30bf749ee156b113a1e1dab27f91a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aequus Trade Credit LLC',});m_adc30bf749ee156b113a1e1dab27f91a['infowindow'] = new google.maps.InfoWindow({content: $ladc30bf749ee156b113a1e1dab27f91a});var infowindow = new google.maps.InfoWindow({content: $ladc30bf749ee156b113a1e1dab27f91a});google.maps.event.addListener(m_adc30bf749ee156b113a1e1dab27f91a, 'click', function() {infowindow.open(map,m_adc30bf749ee156b113a1e1dab27f91a);});$marker.push(m_adc30bf749ee156b113a1e1dab27f91a);}});}google.maps.event.addDomListener(window, 'load', initialize);