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.7998,-74.3426)};var g_6dca0fba2a2b3ec808b388ea6cb8814b = new google.maps.Geocoder();g_6dca0fba2a2b3ec808b388ea6cb8814b.geocode( { 'address': "293 Eisenhower Pkwy #110, Livingston, NJ 07039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livingston-NJ-greater-nj-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('livingston-NJ-greater-nj-mortgage-co'), mapOptions);}document.getElementById('64b31788').innerHTML += ' | View Map';var $l6dca0fba2a2b3ec808b388ea6cb8814b = '

Greater NJ Mortgage Co.

Address: 293 Eisenhower Pkwy #110, Livingston, NJ 07039, USA
Phone: (973) 992-6100
';var m_6dca0fba2a2b3ec808b388ea6cb8814b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater NJ Mortgage Co.',});m_6dca0fba2a2b3ec808b388ea6cb8814b['infowindow'] = new google.maps.InfoWindow({content: $l6dca0fba2a2b3ec808b388ea6cb8814b});var infowindow = new google.maps.InfoWindow({content: $l6dca0fba2a2b3ec808b388ea6cb8814b});google.maps.event.addListener(m_6dca0fba2a2b3ec808b388ea6cb8814b, 'click', function() {infowindow.open(map,m_6dca0fba2a2b3ec808b388ea6cb8814b);});$marker.push(m_6dca0fba2a2b3ec808b388ea6cb8814b);}});}google.maps.event.addDomListener(window, 'load', initialize);