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.9123,-74.0568)};var g_9e45ebad5881cc0dd99397226f099dbc = new google.maps.Geocoder();g_9e45ebad5881cc0dd99397226f099dbc.geocode( { 'address': "25 E Spring Valley Ave, Maywood, NJ 07607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maywood-NJ-classic-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('maywood-NJ-classic-mortgage'), mapOptions);}document.getElementById('2daac13e').innerHTML += ' | View Map';var $l9e45ebad5881cc0dd99397226f099dbc = '

Classic Mortgage

Address: 25 E Spring Valley Ave, Maywood, NJ 07607, USA
Phone: (201) 368-3140
';var m_9e45ebad5881cc0dd99397226f099dbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Classic Mortgage',});m_9e45ebad5881cc0dd99397226f099dbc['infowindow'] = new google.maps.InfoWindow({content: $l9e45ebad5881cc0dd99397226f099dbc});var infowindow = new google.maps.InfoWindow({content: $l9e45ebad5881cc0dd99397226f099dbc});google.maps.event.addListener(m_9e45ebad5881cc0dd99397226f099dbc, 'click', function() {infowindow.open(map,m_9e45ebad5881cc0dd99397226f099dbc);});$marker.push(m_9e45ebad5881cc0dd99397226f099dbc);}});}google.maps.event.addDomListener(window, 'load', initialize);