html - Google map I frame issue -
i have embedded google map using frame; map shows pin point when clicking on address window opened. how set window opened default
http://demo.coregenie.com/walltech/contact-us/
you should @ google's info window displayer; this, can use code infowindow.open(map,marker);
automatically open infowindow
using
$( document ).ready(function(){ infowindow.open(map,marker); });
:)
Comments
Post a Comment