function Init()
{
    if (GBrowserIsCompatible())
    {
        var map = new GMap2(document.getElementById("map"));

        map.setCenter(new GLatLng(50, 0), 6);
    }
}
