function GoogleMapShow()
{
    if ($('#map').length>0)
    {
        GoogleMap();
        GoogleMapCenter(51.229029, -0.860209, 18);
        GoogleMapMarker(51.22951324170045, -0.8603775501251221);
        GoogleMapType('Hybrid');
    }
}

