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.9807,-74.1198)};var g_92882bb23ae78cc5bde62988da054d55 = new google.maps.Geocoder();g_92882bb23ae78cc5bde62988da054d55.geocode( { 'address': "45 N Broad St, Ridgewood, NJ 07450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgewood-NJ-porch-light-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ridgewood-NJ-porch-light-mortgage'), mapOptions);}document.getElementById('aceae33f').innerHTML += ' | View Map';var $l92882bb23ae78cc5bde62988da054d55 = '

Porch Light Mortgage

Address: 45 N Broad St, Ridgewood, NJ 07450, USA
Phone: (201) 248-0776
';var m_92882bb23ae78cc5bde62988da054d55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Porch Light Mortgage',});m_92882bb23ae78cc5bde62988da054d55['infowindow'] = new google.maps.InfoWindow({content: $l92882bb23ae78cc5bde62988da054d55});var infowindow = new google.maps.InfoWindow({content: $l92882bb23ae78cc5bde62988da054d55});google.maps.event.addListener(m_92882bb23ae78cc5bde62988da054d55, 'click', function() {infowindow.open(map,m_92882bb23ae78cc5bde62988da054d55);});$marker.push(m_92882bb23ae78cc5bde62988da054d55);}});}google.maps.event.addDomListener(window, 'load', initialize);