function GoogleMapShow()
{
    if ($('#map').length>0)
    {
        GoogleMap();
        GoogleMapCenter(52.674729762406436, -2.121262550354004, 16);
        GoogleMapMarker(52.675703922271964, -2.1215710043907166);
        GoogleMapType('Hybrid');
    }
}

