How to add an interactive map on my page?

I am looking to add like a google map to my Contact Us page just to show where I am based. Is this possible? One that they’ll be able to look at and move.

Hello it is a easy work, follow this guide

https://wcmshelp.ucsc.edu/advanced/embedding-google/google-maps.html#:~:text=Once%20you%20have%20your%20Google,code%20of%20your%20web%20page.

I would like to build a site that includes a more interactive map, with the following functionality (I sell map products):

  • User can draw a rectangle on a map (Google Map, OSM, or other), and the corner coordinates (latitude and longitude) get sent to me, or

  • User can enter the corner coordinates of a rectangle, which leads the rectangle to be shown on the map, and the corner coordinates get sent to me.

Can anyone show me how to do this?