$(document).ready((function(){var t=moment().format("YYYY-MM"),a=(moment().add("month",1).format("YYYY-MM"),[{title:"Appointment Day 1",location:"Appointment with a patient at 5:00pm",startDate:moment().format("YYYY-MM-")+"12",endDate:moment().format("YYYY-MM-")+"17"},{title:"Appointment Day 2",location:"Appointment With a patient For Consultation about Skin Problems",startDate:moment().format("YYYY-MM-")+"24",endDate:moment().format("YYYY-MM-")+"27"}]);$("#clndr-multiday").clndr({template:$("#clndr-template").html(),events:a,multiDayEvents:{endDate:"endDate",startDate:"startDate"}})})),$(window).on("load",(function(){var t=L.map("maps-leaflet-user-location").setView([42.35,-71.08],10);t.locate({setView:!0,maxZoom:16}),t.on("locationfound",(function(a){var e=a.accuracy;L.marker(a.latlng).addTo(t).bindPopup("You are within "+e+" meters from this point").openPopup(),L.circle(a.latlng,e).addTo(t)})),L.tileLayer("https://{s}.tile.osm.org/{z}/{x}/{y}.png",{attribution:'Map data © OpenStreetMap',maxZoom:18}).addTo(t)}));