Temp

<?php
print "[gmap |id=map |center=52.214338608258196, -0.2197265625 |zoom=5 |width=600px |height=400px |control=Small |type=Map |markers=";
result=dbquery(SELECTfieldgooglemaplocationlat,fieldgooglemaplocationlonFROMdrupalcontenttypeqgroup);while(group = db_fetch_array(result)  ) {lat = group[fieldgooglemaplocationlat];lon = group[fieldgooglemaplocationlon];if(lat && lon ){    printlat;
print ',';
print $lon;
print ' + ';
}
}
print ']';
?>