function GoogleMapShow()
{
    if ($('#map').length>0)
    {
        GoogleMap();
        GoogleMapCenter(52.892561231913035, -1.260455846786499, 18);
        GoogleMapMarker(52.8922183, -1.2601656);
        GoogleMapType('Hybrid');
    }
}

