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(41.0598,-74.1252)};var g_6487ba8ae406887e3c94a658d21dfbdd = new google.maps.Geocoder();g_6487ba8ae406887e3c94a658d21dfbdd.geocode( { 'address': "700H Lake St, Ramsey, NJ 07446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramsey-NJ-fairway-independent-mtg-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ramsey-NJ-fairway-independent-mtg-corporation'), mapOptions);}document.getElementById('8edbd9f5').innerHTML += ' | View Map';var $l6487ba8ae406887e3c94a658d21dfbdd = '

Fairway Independent Mtg Corporation

Address: 700H Lake St, Ramsey, NJ 07446, USA
Phone: (201) 825-5801
';var m_6487ba8ae406887e3c94a658d21dfbdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mtg Corporation',});m_6487ba8ae406887e3c94a658d21dfbdd['infowindow'] = new google.maps.InfoWindow({content: $l6487ba8ae406887e3c94a658d21dfbdd});var infowindow = new google.maps.InfoWindow({content: $l6487ba8ae406887e3c94a658d21dfbdd});google.maps.event.addListener(m_6487ba8ae406887e3c94a658d21dfbdd, 'click', function() {infowindow.open(map,m_6487ba8ae406887e3c94a658d21dfbdd);});$marker.push(m_6487ba8ae406887e3c94a658d21dfbdd);}});}google.maps.event.addDomListener(window, 'load', initialize);