Skip to content

Instantly share code, notes, and snippets.

@designbuildtest
Created June 19, 2014 02:45
Show Gist options
  • Save designbuildtest/4d0907b06075cf7c7399 to your computer and use it in GitHub Desktop.
Save designbuildtest/4d0907b06075cf7c7399 to your computer and use it in GitHub Desktop.
InfoWindow open on page load
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