var mapElement = document.getElementById('map');
// Create the Google Map using our element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
var image = "https://cdn.shopify.com/s/files/1/0606/4875/1328/files/leemar-map-flag.png?v=1649727478";
var marker = new google.maps.Marker({
position: new google.maps.LatLng(x, y),
map: map,
icon : image,
title: '¶à±¦ÕæÈË Inc.'
});
}