  {"id":141,"date":"2013-03-18T09:58:23","date_gmt":"2013-03-18T13:58:23","guid":{"rendered":"http:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/"},"modified":"2020-08-19T11:45:01","modified_gmt":"2020-08-19T15:45:01","slug":"drivingdirections","status":"publish","type":"page","link":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/","title":{"rendered":"Driving Directions \/ Campus Map"},"content":{"rendered":"<p><script src=\"\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyB367U1w634Zv-cxWRsaDwsNzG8VcH7YXI&libraries=places\"\r\n      type=\"text\/javascript\"><\/script>\r\n\t  \r\n<style type=\"text\/css\">\r\nhtml,body\r\n{\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n\r\nh4\r\n{\r\n        font-family: 'Roboto',sans-serif;\r\n        font-size: 16px;\r\n        font-weight: 700;\r\n        color: #8B0101;\r\n        padding: 0;\r\n}\r\n\r\n#directionsContainer\r\n{\r\n\tbackground-color: #FFFFFF;\r\n\tpadding: 10px;\r\n}\r\n#directionsDescription\r\n{\r\n\tmargin-top: 0px;\r\n        font-weight: 700;\r\n        font-size: 1.4em;\r\n        margin-bottom: 25px;\r\n}\r\n#map\r\n{\r\n\twidth: 100%;\r\n\theight: 400px;\r\n}\r\n#directionsForm\r\n{\r\n\tbackground-color: #EAE9E5;\r\n\tpadding: 20px 0px;\r\n\tmargin-top: 10px;\r\n}\r\n#saddr\r\n{\r\n\t    width: 50%;\r\n    padding: 12px;\r\n    font-size: 16px;\r\n}\r\n#buttonsBelowMap\r\n{\r\n\tmargin: 20px auto;\r\n}\r\n\r\n.fullBoxBorder\r\n{\r\n\tborder: 1px solid #000;\r\n}\r\n<\/style>\r\n\r\n<div class=\"fullBoxBorder\" id=\"directionsContainer\">\r\n          <div id=\"directionsDescription\">For point to point directions, please select the Ramapo College  pin( <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ramapo.edu\/about\/wp-content\/uploads\/sites\/37\/2013\/03\/pin.gif\" alt=\"Image: Pin\" width=\"13\" height=\"19\" \/> ) on the map or enter your address in the field below. <\/div>\r\n          <div id=\"map\" class=\"fullBoxBorder\"><\/div>\r\n          <!-- fail nicely if the browser has no Javascript -->\r\n          <noscript>\r\n          <strong>JavaScript must be enabled in order for you to use Google Maps.<\/strong> However, it seems JavaScript is either disabled or not supported by your browser. \r\n                    To view Google Maps, enable JavaScript by changing your browser options, and then \r\n                    try again.\r\n          <\/noscript>\r\n          <form action=\"https:\/\/maps.google.com\/maps\" method=\"get\" target=\"_blank\" id=\"directionsForm\">\r\n\t\t  \t<div align=\"center\" style=\"margin: 5px; color: #000;\"><strong><label for=\"saddr\">My address:<\/label> \r\n\t\t  \t\t<input style=\"border: 1px solid #000000;\" name=\"saddr\" id=\"saddr\" type=\"text\" \/>\r\n\t\t  \t\t<\/strong>\r\n\t<input name=\"daddr\" id=\"daddr\" type=\"hidden\" value=\"41.08148618822183,-74.17518138885498\"  \/>\r\n\t\t  \t\t<input type=\"submit\" class=\"btn\" value=\"Get directions\" \/>\r\n\t  \t\t<\/div>\r\n\t\t\t<\/form>\r\n\t\t<\/div>\r\n<script type=\"text\/javascript\">\r\n    \/\/<![CDATA[\r\n\r\n      var markers = [];\r\n      var htmls = [];\r\n      var to_htmls = [];\r\n      var from_htmls = [];\r\n      var i=0;\r\n\r\n      \/\/ A function to create the marker and set up the event window\r\n      function createMarker(point,name,html) {\r\n        var marker = new Marker(point);\r\n\r\n        \/\/ The info window version with the \"to here\" form open\r\n        to_htmls[i] = html + '<br>Directions: <b>To here<\/b> - <a href=\"javascript:fromhere(' + i + ')\">From here<\/a>' +\r\n           '<br>Start address:<form action=\"https:\/\/maps.google.com\/maps\" method=\"get\" target=\"_blank\">' +\r\n           '<input type=\"text\" SIZE=40 MAXLENGTH=40 name=\"saddr\" id=\"saddr\" value=\"\" \/><br>' +\r\n           '<INPUT value=\"Get Directions\" TYPE=\"SUBMIT\">' +\r\n           '<input type=\"hidden\" name=\"daddr\" value=\"' + point.lat() + ',' + point.lng() + \r\n                  \/\/ \"(\" + name + \")\" + \r\n           '\"\/>';\r\n        \/\/ The info window version with the \"to here\" form open\r\n        from_htmls[i] = html + '<br>Directions: <a href=\"javascript:tohere(' + i + ')\">To here<\/a> - <b>From here<\/b>' +\r\n           '<br>End address:<form action=\"https:\/\/maps.google.com\/maps\" method=\"get\"\" target=\"_blank\">' +\r\n           '<input type=\"text\" SIZE=40 MAXLENGTH=40 name=\"daddr\" id=\"daddr\" value=\"\" \/><br>' +\r\n           '<INPUT value=\"Get Directions\" TYPE=\"SUBMIT\">' +\r\n           '<input type=\"hidden\" name=\"saddr\" value=\"' + point.lat() + ',' + point.lng() +\r\n                  \/\/ \"(\" + name + \")\" + \r\n           '\"\/>';\r\n        \/\/ The inactive version of the direction info\r\n        html = html + '<br>Directions: <a href=\"javascript:tohere('+i+')\">To here<\/a> - <a href=\"javascript:fromhere('+i+')\">From here<\/a>';\r\n\r\n        Event.addListener(marker, \"click\", function() {\r\n          marker.openInfoWindowHtml(html);\r\n        });\r\n        markers[i] = marker;\r\n        htmls[i] = html;\r\n        i++;\r\n        return marker;\r\n      }\r\n\r\n      \/\/ functions that open the directions forms\r\n      function tohere(i) {\r\n        markers[i].openInfoWindowHtml(to_htmls[i]);\r\n      }\r\n      function fromhere(i) {\r\n        markers[i].openInfoWindowHtml(from_htmls[i]);\r\n      }\r\n\r\n      \/\/ Display the map, with some controls and set the initial location \r\n      var map = new google.maps.Map(document.getElementById(\"map\"), {\r\n\t    zoom: 13,\r\n\t    center: { lat: 41.08148618822183, lng: -74.17518138885498 },\r\n\t    zoomControl: true,\r\n\t    scaleControl: true,\r\n\t  });\r\n\r\n      var myLatlng = new google.maps.LatLng(41.08148618822183, -74.17518138885498);\r\n\r\n\r\n\tconst contentString =\r\n    '<div id=\"content\">' +\r\n    '<div id=\"siteNotice\">' +\r\n    \"<\/div>\" +\r\n    '<h1 id=\"firstHeading\" class=\"firstHeading\"><strong>Ramapo College of New Jersey<\/strong><\/h1>' +\r\n    '<div id=\"bodyContent\">' +\r\n    '<p>505 Ramapo Valley Road<br \/>Mahwah, NJ 07430 <br \/>201-684-7500<br \/><a href=\"https:\/\/www.ramapo.edu\">www.ramapo.edu<\/a><\/p>' +\r\n    \"<\/div>\" +\r\n    \"<\/div>\";\r\n\t  const infowindow = new google.maps.InfoWindow({\r\n\t    content: contentString,\r\n\t  });\r\n\t  const marker = new google.maps.Marker({\r\n\t    position: myLatlng,\r\n\t    map,\r\n\t    title: \"Ramapo College of New Jersey\",\r\n\t  });\r\n\t  infowindow.open(map, marker);\r\n    \/\/]]>\r\n    <\/script><\/p>\n<p style=\"text-align: center;\"><a class=\"btn\" href=\"https:\/\/www.ramapo.edu\/about\/wp-content\/uploads\/sites\/37\/2013\/03\/Directions_11_14_06.pdf\">Driving Directions (PDF)<\/a> <a class=\"btn\" href=\"https:\/\/www.ramapo.edu\/publicsafety\/parking-maps\/\">Campus Parking<\/a><\/p>\n<div class=\"infoBox col-sm-12 col-lg-12 \"><div class=\"boxContent\">\n<h5 align=\"center\">Driving Directions to Ramapo College of New Jersey<br \/>\n505 Ramapo Valley Road \u00a0\u2022 \u00a0Mahwah, NJ\u00a0 \u2022 \u00a0(201) 684 &#8211; 7500<\/h5>\n<\/div><\/div>\n<h3>From the South<\/h3>\n<h4>Using Route 17<\/h4>\n<p>Follow Route 17 North to Mahwah to exit sign &#8220;202 Suffern\/Morristown&#8221; on right. At the end of the short exit ramp turn left (Route 202 South). Continue on Route 202 to light. Campus entrance is on left.<\/p>\n<h4>Using Garden State Parkway<\/h4>\n<p>Leave Parkway at exit 163 (left lane exit). Follow Route 17 North, using instructions above.<\/p>\n<h4>Using Route 208<\/h4>\n<p>Follow Route 208 North until Route 202 in Oakland. Continue north on 202 until first light in Mahwah. Campus entrance is on right.<\/p>\n<h4>Using Route 287<\/h4>\n<p>Take Route 287 North to exit 66 (Mahwah); follow Route 17 South to Route 202 exit. At the end of the exit ramp make left turn (202 South). Continue on Route 202 to light. Campus entrance is on left.<\/p>\n<h4>Using New Jersey Turnpike<\/h4>\n<p>Take N.J. Turnpike (I-95 North) to end (exit 18W or 18E). Continue North to Route 80 West to Route 17 North. Follow directions above using Route 17.<\/p>\n<div class=\"divider\"><img decoding=\"async\" src=\"\/wp-content\/themes\/rcnjrd\/images\/icons\/ramapo-arch-icom_rule.png\" alt=\"Ramapo\" \/><\/div>\n<h3>From the North<\/h3>\n<h4>Using Route 17<\/h4>\n<p>Follow Route 17 South (approximately 1.5 miles from Suffern exit on N.Y. State Thruway). Turn right at Route 202 exit. At end of exit ramp, turn left (Route 202 South). Continue on Route 202 approximately one mile to light. Campus entrance is on left.<\/p>\n<h4>Using NY State Thruway<\/h4>\n<p>Take N.Y. State Thruway (I-87) South to Route 287 South (New Jersey), exit 15 (Suffern) onto Route 17 South. Follow directions for &#8220;From the North Using Route 17.&#8221;<\/p>\n<h4>From Orange County Using Route 17<\/h4>\n<p>Follow directions &#8220;From the North&#8221; using Route 17 (above).<\/p>\n<h4>From Westchester and Rockland Counties<\/h4>\n<p>Follow Route 287 West over the Tappan Zee Bridge to Route 17 South. Follow directions above &#8220;From the North Using Route 17.&#8217;<\/p>\n<div class=\"divider\"><img decoding=\"async\" src=\"\/wp-content\/themes\/rcnjrd\/images\/icons\/ramapo-arch-icom_rule.png\" alt=\"Ramapo\" \/><\/div>\n<h3>From the East<\/h3>\n<p>Follow Route 80 or Route 4 to Route 17 North. Follow Route 17 North. Follow directions above &#8220;From the South Using Route 17 North.&#8221;<\/p>\n<div class=\"divider\"><img decoding=\"async\" src=\"\/wp-content\/themes\/rcnjrd\/images\/icons\/ramapo-arch-icom_rule.png\" alt=\"Ramapo\" \/><\/div>\n<h3>From the West<\/h3>\n<p>Follow Route 80 East to Route 287 North to Mahwah exit 66 (south on Route 17 to 202 South).<\/p>\n<div class=\"divider\"><img decoding=\"async\" src=\"\/wp-content\/themes\/rcnjrd\/images\/icons\/ramapo-arch-icom_rule.png\" alt=\"Ramapo\" \/><\/div>\n<h3>From New York City<\/h3>\n<p>Take the George Washington Bridge, Route 4 West to Route 17 North to 202 South.<\/p>\n<div class=\"divider\"><img decoding=\"async\" src=\"\/wp-content\/themes\/rcnjrd\/images\/icons\/ramapo-arch-icom_rule.png\" alt=\"Ramapo\" \/><\/div>\n<h3>From Connecticut<\/h3>\n<p>Follow I-95 to Route 287 West over the Tappan Zee Bridge, continue to exit 15 (Suffern) onto Route 17 South. Follow directions &#8220;From the North Using Route 17.&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Driving Directions (PDF) Campus Parking From the South Using Route 17 Follow Route 17 North to Mahwah to exit sign &#8220;202 Suffern\/Morristown&#8221; on right. At the end of the short exit ramp turn left (Route 202 South). Continue on Route 202 to light. Campus entrance is on left. Using Garden State Parkway Leave Parkway at [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":140,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-141","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Driving Directions \/ Campus Map - About \/ Information || Ramapo College of New Jersey<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Driving Directions \/ Campus Map\" \/>\n<meta property=\"og:description\" content=\"Driving Directions (PDF) Campus Parking From the South Using Route 17 Follow Route 17 North to Mahwah to exit sign &#8220;202 Suffern\/Morristown&#8221; on right. At the end of the short exit ramp turn left (Route 202 South). Continue on Route 202 to light. Campus entrance is on left. Using Garden State Parkway Leave Parkway at [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/\" \/>\n<meta property=\"og:site_name\" content=\"About \/ Information\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RamapoCollege\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-19T15:45:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ramapocollegenj\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/\",\"url\":\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/\",\"name\":\"Driving Directions \/ Campus Map - About \/ Information || Ramapo College of New Jersey\",\"isPartOf\":{\"@id\":\"https:\/\/www.ramapo.edu\/about\/#website\"},\"datePublished\":\"2013-03-18T13:58:23+00:00\",\"dateModified\":\"2020-08-19T15:45:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ramapo College of New Jersey Home Page \u00bb About\",\"item\":\"https:\/\/www.ramapo.edu\/about\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Visitors\",\"item\":\"https:\/\/www.ramapo.edu\/about\/?page_id=140\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Driving Directions \/ Campus Map\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ramapo.edu\/about\/#website\",\"url\":\"https:\/\/www.ramapo.edu\/about\/\",\"name\":\"About \/ Information\",\"description\":\"Just another Ramapo College of New Jersey Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ramapo.edu\/about\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Driving Directions \/ Campus Map - About \/ Information || Ramapo College of New Jersey","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/","og_locale":"en_US","og_type":"article","og_title":"Driving Directions \/ Campus Map","og_description":"Driving Directions (PDF) Campus Parking From the South Using Route 17 Follow Route 17 North to Mahwah to exit sign &#8220;202 Suffern\/Morristown&#8221; on right. At the end of the short exit ramp turn left (Route 202 South). Continue on Route 202 to light. Campus entrance is on left. Using Garden State Parkway Leave Parkway at [&hellip;]","og_url":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/","og_site_name":"About \/ Information","article_publisher":"https:\/\/www.facebook.com\/RamapoCollege","article_modified_time":"2020-08-19T15:45:01+00:00","twitter_card":"summary_large_image","twitter_site":"@ramapocollegenj","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/","url":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/","name":"Driving Directions \/ Campus Map - About \/ Information || Ramapo College of New Jersey","isPartOf":{"@id":"https:\/\/www.ramapo.edu\/about\/#website"},"datePublished":"2013-03-18T13:58:23+00:00","dateModified":"2020-08-19T15:45:01+00:00","breadcrumb":{"@id":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ramapo.edu\/about\/visitors\/drivingdirections\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ramapo College of New Jersey Home Page \u00bb About","item":"https:\/\/www.ramapo.edu\/about\/"},{"@type":"ListItem","position":2,"name":"Visitors","item":"https:\/\/www.ramapo.edu\/about\/?page_id=140"},{"@type":"ListItem","position":3,"name":"Driving Directions \/ Campus Map"}]},{"@type":"WebSite","@id":"https:\/\/www.ramapo.edu\/about\/#website","url":"https:\/\/www.ramapo.edu\/about\/","name":"About \/ Information","description":"Just another Ramapo College of New Jersey Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ramapo.edu\/about\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/pages\/141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/comments?post=141"}],"version-history":[{"count":63,"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/pages\/141\/revisions"}],"predecessor-version":[{"id":1293,"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/pages\/141\/revisions\/1293"}],"up":[{"embeddable":true,"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/pages\/140"}],"wp:attachment":[{"href":"https:\/\/www.ramapo.edu\/about\/wp-json\/wp\/v2\/media?parent=141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}