How to add Google Map to a slider?
Go to Google maps, and look for the address you want to show. Then click on the Share icon.
Choose Embed a map and copy the iframe code.
It will be something like this code:
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1343.1069464961413!2d17.632732599999997!3d47.68026589999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x476bbff05dfc5921%3A0xf1dce455a20386c7!2zR3nFkXIsIEvDoWx2w6FyaWEgdS4gMywgOTAyNA!5e0!3m2!1shu!2shu!4v1690810590829!5m2!1shu!2shu" width="600" height="450" frameborder="0" style="border:0"></iframe>
What you need is the link from the src:
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1343.1069464961413!2d17.632732599999997!3d47.68026589999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x476bbff05dfc5921%3A0xf1dce455a20386c7!2zR3nFkXIsIEvDoWx2w6FyaWEgdS4gMywgOTAyNA!5e0!3m2!1shu!2shu!4v1690810590829!5m2!1shu!2shu
Add an iframe layer (Pro) to your slide, paste this link into the iframe url, and you are done.