Ejemplo?:
Código PHP:
<script type="text/javascript">
//AYUDA EXTRA PARA EL CODIGO http://code.google.com/intl/es-ES/apis/maps/documentation/reference.html#GControlImpl
//AYUDA EXTRA http://www.maestrosdelweb.com/editorial/trabajando-con-el-api-de-google-maps/
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
// ESTE ES BAHÍA BLANCA
map.setCenter(new GLatLng(<?php echo $variable; ?>, <?php echo $variable2 ?>), 15);
así?