+ if ($("#directions_content").length) {
+ page.load();
+ } else {
+ initializeFromParams();
+
+ $(".search_form").hide();
+ $(".directions_form").show();
+
+ OSM.loadSidebarContent("/directions", enableListeners);
+
+ map.setSidebarOverlaid(!endpoints[0].latlng || !endpoints[1].latlng);
+ }
+ };
+
+ page.load = function () {