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

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -