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.9622,-74.0299)};var g_e5b0651675f69c41da846ba9e1475c30 = new google.maps.Geocoder();g_e5b0651675f69c41da846ba9e1475c30.geocode( { 'address': "660 Kinderkamack Rd, Oradell, NJ 07649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oradell-NJ-fairway-independent').style.display = '';map = new google.maps.Map(document.getElementById('oradell-NJ-fairway-independent'), mapOptions);}document.getElementById('89b52616').innerHTML += ' | View Map';var $le5b0651675f69c41da846ba9e1475c30 = '

Fairway Independent

Address: 660 Kinderkamack Rd, Oradell, NJ 07649, USA
Phone: (201) 825-5801
';var m_e5b0651675f69c41da846ba9e1475c30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent',});m_e5b0651675f69c41da846ba9e1475c30['infowindow'] = new google.maps.InfoWindow({content: $le5b0651675f69c41da846ba9e1475c30});var infowindow = new google.maps.InfoWindow({content: $le5b0651675f69c41da846ba9e1475c30});google.maps.event.addListener(m_e5b0651675f69c41da846ba9e1475c30, 'click', function() {infowindow.open(map,m_e5b0651675f69c41da846ba9e1475c30);});$marker.push(m_e5b0651675f69c41da846ba9e1475c30);}});}google.maps.event.addDomListener(window, 'load', initialize);