if ($map.length > 0) {
DG.then(function () {
map = DG.map('js2Gis', {
center: [43.205817, 76.819346],
zoom: 17,scrollWheelZoom:false
});
DG.marker(
[43.205817, 76.819346]
)
.addTo(map)
.bindPopup('ACB');
});
}
Uncaught ReferenceError: $map is not defined