/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
var map = new GMap(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.centerAndZoom(new GPoint(-6.20138, 57.40624), 3);
var point = new GPoint(-6.20138, 57.40624);
var marker = new GMarker(point);
map.addOverlay(marker);