Hi,
you have some javascript error due to some script that not come from Easy Profile:
you have 2 instance of google maps APIs, normally this cause only a warning but the second instance call a function that not exists, see screenshot of your source code.
- in first screenshot you will see a Easy Profile instance
- in second screenshot you will see another instance
- in third screenshot you will see javascript error referred to second instance and function called "initMap"
I don't know who load this second instance, but this not come from Easy Profile
If i refresh page 10 times, 1 time is showing
This happen because second instance is called with
async method, so sometime it was interpreted after normal behavior (this depends on the response speed of the requests from the google server.