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.5734,-74.3373)};var g_7587d3514b0acf05f71217ccedc39a0e = new google.maps.Geocoder();g_7587d3514b0acf05f71217ccedc39a0e.geocode( { 'address': "1628 Oak Tree Road #9, Edison, NJ 08820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edison-NJ-kjp-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('edison-NJ-kjp-mortgage-llc'), mapOptions);}document.getElementById('19ea54c3').innerHTML += ' | View Map';var $l7587d3514b0acf05f71217ccedc39a0e = '

KJP MORTGAGE LLC

Address: 1628 Oak Tree Road #9, Edison, NJ 08820, USA
Phone: (732) 321-1000
';var m_7587d3514b0acf05f71217ccedc39a0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KJP MORTGAGE LLC',});m_7587d3514b0acf05f71217ccedc39a0e['infowindow'] = new google.maps.InfoWindow({content: $l7587d3514b0acf05f71217ccedc39a0e});var infowindow = new google.maps.InfoWindow({content: $l7587d3514b0acf05f71217ccedc39a0e});google.maps.event.addListener(m_7587d3514b0acf05f71217ccedc39a0e, 'click', function() {infowindow.open(map,m_7587d3514b0acf05f71217ccedc39a0e);});$marker.push(m_7587d3514b0acf05f71217ccedc39a0e);}});}google.maps.event.addDomListener(window, 'load', initialize);