anychart.onDocumentReady(function() {
anychart.data.loadJsonFile("https://gist.githubusercontent.com/awanshrestha/9e91dbd3ac4626446cd84f8be97016ae/raw/160d5ab2da59a5264e716dcbe3239ce7ac9104b6/Wealthiest%2520Cities%25202023.json",
var map = anychart.map();
map.geoData("anychart.maps.world");
var series = map.marker(data);
map.container("container");