function GoogleMapShow()
{
    if ($('#map').length>0)
    {
        GoogleMap();
        GoogleMapCenter(53.841621051045365, -0.43216824531555176, 18);
        GoogleMapMarker(53.8410444, -0.4293405);
        GoogleMapType('Hybrid');
    }
}
