Hello Naveen,
As per attached error.jpg, look like script is not loaded into the browser.
I had a glance on on mentioned URL.
If you are using below script.
<script type="text/javascript" src="//www.google.com/jsapi"></script>
Then you may need to add "http://" in src of script. like below in all places where you register.
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
Hope this will help you or you can share your HTML if the problem is not resolved.
Thanks & Regards
Nikhil