if ($("#map").hasClass("set_location")) {
marker = L.marker([0, 0], {
if ($("#map").hasClass("set_location")) {
marker = L.marker([0, 0], {
$("[data-user]").each(function () {
const user = $(this).data("user");
if (user.lon && user.lat) {
$("[data-user]").each(function () {
const user = $(this).data("user");
if (user.lon && user.lat) {