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.8286,-73.9819)};var g_f9c1b5bf25d49031367434c598ee9250 = new google.maps.Geocoder();g_f9c1b5bf25d49031367434c598ee9250.geocode( { 'address': "229 Franklin Ave, Cliffside Park, NJ 07010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cliffside-park-NJ-mortgage-world').style.display = '';map = new google.maps.Map(document.getElementById('cliffside-park-NJ-mortgage-world'), mapOptions);}document.getElementById('0f08c0ef').innerHTML += ' | View Map';var $lf9c1b5bf25d49031367434c598ee9250 = '

Mortgage World

Address: 229 Franklin Ave, Cliffside Park, NJ 07010, USA
Phone: (201) 403-8673
';var m_f9c1b5bf25d49031367434c598ee9250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage World',});m_f9c1b5bf25d49031367434c598ee9250['infowindow'] = new google.maps.InfoWindow({content: $lf9c1b5bf25d49031367434c598ee9250});var infowindow = new google.maps.InfoWindow({content: $lf9c1b5bf25d49031367434c598ee9250});google.maps.event.addListener(m_f9c1b5bf25d49031367434c598ee9250, 'click', function() {infowindow.open(map,m_f9c1b5bf25d49031367434c598ee9250);});$marker.push(m_f9c1b5bf25d49031367434c598ee9250);}});}google.maps.event.addDomListener(window, 'load', initialize);