Olá pessoal, estou experimentando o gmap do primefaces e deparei num problema, ele é estático de mais, pois:
<p:commandButton type="button" icon="ui-icon-pin-s"
value="Show Map" onclick="dlg.show()" />
<p:dialog widgetVar="dlg" width="625" height="400" modal="true">
<p:gmap center="41.381542, 2.122893" zoom="15" type="HYBRID"
style="width:600px;height:400px" widgetVar="mymap"/>
</p:dialog>