<div id="map"></div>
<script type="text/javascript" src="http://e.........com/js/J.....s.js">
</script>
<!-- Replace the value of the key parameter with your own API key. -->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=API......&callback=initMap">
</script>
It is probably because your initMap script you are loading from an external source doesn’t use the HTTPS protocol but the old HTTP. It works on codepen but Webflow “might” not like it. You could choose to host your script on github and serve it trhough jsDeliver for example, or simply copy paste the script directly within your tags.
Yes this is something what I put on my list as one of reason because script won’t load.
Problem is I wasn’t sure start from where to fix it because I am noob and beginner hobbyist in coding. lol
Thank you very much for help I will try sole this protocols and definitely post here solution