Here's the deal: I have an fb app I wrote mostly for my own benefit. (you can play with it at http://apps.facebook.com/bicyclelog/log.php?uid=0 if you like...)
Anyway, the problem is this: Facebook lobotomizes Javascript. Google Maps is Javascript based. Therefore, I have to put the map in an iFrame. But FB puts restrictions on iFrames, so I basically have to open a new page to display the map.
What I'd really like to do, however, is have the map pop-up, instead. Ideally, it would look like FB's other dialogs...
Can anyone suggest an approach? I'm a good C & device driver coder, but my PHP skills are kind of at the cargo-cult stage....