Can i use Multiple Map Locations with CMS?

I understand.
You will need to know Java/Jquery in order to add a plugin i think.

search google for ‘multi point google map api’ and adapt one that allows you to access the embed script…
probably looking for a FOR loop to run through the plot points
and you can do all sorts of cool things with the locations… like adding (dynamically) phone number, different icons for markers, and a bunch of stuff…

BUT ONLY if webflow allows jquery/java embed to function.

I had a quick search and found this…

unfortunately I do not know enough java/jquery to give this all a try and definitively say, “YES” you can do it.
But i think the possibility certainly exists to use something that is already built.
OR to build it yourself of course.

As far as it being easy…
the only way I could think of doing it EASY would be to use a completely STATIC map (doesn’t move or zoom)
and then overlap the generated points on that same map. (then somehow force the map point markers z-index to 9999999 so that they are all on top - the same map overlapping but the markers all on top)
but I seriously doubt that would work for many reasons.