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.8697,-74.2772)};var g_0eae92629ffc0a7f8e3da331d6165c22 = new google.maps.Geocoder();g_0eae92629ffc0a7f8e3da331d6165c22.geocode( { 'address': "100 Passaic Ave #240, Fairfield, NJ 07004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-NJ-summit-captial-llc').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-NJ-summit-captial-llc'), mapOptions);}document.getElementById('12481455').innerHTML += ' | View Map';var $l0eae92629ffc0a7f8e3da331d6165c22 = '

Summit Captial LLC

Address: 100 Passaic Ave #240, Fairfield, NJ 07004, USA
Phone: (973) 316-9400
';var m_0eae92629ffc0a7f8e3da331d6165c22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Captial LLC',});m_0eae92629ffc0a7f8e3da331d6165c22['infowindow'] = new google.maps.InfoWindow({content: $l0eae92629ffc0a7f8e3da331d6165c22});var infowindow = new google.maps.InfoWindow({content: $l0eae92629ffc0a7f8e3da331d6165c22});google.maps.event.addListener(m_0eae92629ffc0a7f8e3da331d6165c22, 'click', function() {infowindow.open(map,m_0eae92629ffc0a7f8e3da331d6165c22);});$marker.push(m_0eae92629ffc0a7f8e3da331d6165c22);}});}google.maps.event.addDomListener(window, 'load', initialize);