Created
June 19, 2014 02:45
-
-
Save designbuildtest/4d0907b06075cf7c7399 to your computer and use it in GitHub Desktop.
InfoWindow open on page load
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var infowindow = new google.maps.InfoWindow({ | |
map: map, | |
position: pos, | |
content: '<?php echo get_the_title(); ?>' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment