Possible Solution for maps: Multi Location addresses, pins and turn-by-turn navigation

All: In my pursuit to solve a scenario I had with multiple locations, their pins and directions I did some research and found this to be most effect (zero code) for my needs. Just thought of sharing with everyone here so that it might benefit someone looking for a similar solution(s);

Map I developed can be found here:
https://omnisai.com/locationsmap

This is how I did it:

Key steps after logging into your google account:
1. got to https://www.google.com/mymaps
2. Create a map
3. Have the data ready in csv or formats supported for import by google maps
4. Follow the instructions provided during the import process
5. Click share public
6 Select embed in a site (this generates the URL. This is what I used to embed in the wix site)

I used embed website option from the wix add menu. Note: I removed the default height and width sizes from the url generated by google maps and simply used the rest of the url. This is to make map responsive depending on the screen size.