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.9414,-74.0723)};var g_badc0b11bd032ae66467055346ab9f8a = new google.maps.Geocoder();g_badc0b11bd032ae66467055346ab9f8a.geocode( { 'address': "311 NJ-17, Paramus, NJ 07652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paramus-NJ-all-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('paramus-NJ-all-american-mortgage'), mapOptions);}document.getElementById('746945a1').innerHTML += ' | View Map';var $lbadc0b11bd032ae66467055346ab9f8a = '

All American Mortgage

Address: 311 NJ-17, Paramus, NJ 07652, USA
Phone: (201) 576-0700
';var m_badc0b11bd032ae66467055346ab9f8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Mortgage',});m_badc0b11bd032ae66467055346ab9f8a['infowindow'] = new google.maps.InfoWindow({content: $lbadc0b11bd032ae66467055346ab9f8a});var infowindow = new google.maps.InfoWindow({content: $lbadc0b11bd032ae66467055346ab9f8a});google.maps.event.addListener(m_badc0b11bd032ae66467055346ab9f8a, 'click', function() {infowindow.open(map,m_badc0b11bd032ae66467055346ab9f8a);});$marker.push(m_badc0b11bd032ae66467055346ab9f8a);}});}google.maps.event.addDomListener(window, 'load', initialize);