Thanks very much for the response.. I made some progress...

I changed the mappress function to:

<script language="JavaScript">
function googleMapPress(){
if (document.getElementById("google_map").style.display == 'none') {
document.getElementById("google_map").style.display = '';
map.checkResize();
} else {document.getElementById("google_map").style.display =
'none';}}
</script>

Now the map covers the whole "canvas" and I got rid of the info
bubble, but the pin is still in the upper left corner. Did I add the
checkResize in the right place?

Thanks again!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to