io dentro un iframe ho fatto una cosa del genere:
i dati li prendo da una query e li passo dentro all'url nel posto giusto.Codice PHP:
<iframe width="350" height="325" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.it/?geocode=&ie=UTF8&t=m&q=<?php echo str_replace(' ', '%20', $ristInd) . ',' . $ristCitta . ',' . $ristNazione; ?>&spn=0.00301,0.00545&z=16&output=embed&iwloc=near">
</iframe>