Address: 2 Broadway Grove, WR2 5EU, Worcester
Phone: 441 905 429 222
Website: Go to site
Work time: Monday:12-2pm,4:30-9pm
Tuesday:12-2pm,4:30-9pm
Wednesday:12-2pm,4:30-9pm
Thursday:12-2pm,4:30-9pm
Friday:12-2pm,4:30-9pm
Saturday:12-2pm,4:30-9pm
Sunday:Closed

About Hooked

Hooked, is located at 2 Broadway Grove, Worcester, WR2 5EU, UK

Hooked
Hooked
‘ + ”+ ” +
” +
” +

);

var marker1 = new mapboxgl.Marker({ color: “#EA4335” })
.setLngLat([-2.2538817,52.1867996])
.setPopup(popup1)
.addTo(map);

latlngbounds.extend([-2.2538817,52.1867996]);

map.fitBounds(latlngbounds, { padding: { top: 40, bottom: 40, right: 40, left: 450 } });

map.setCenter([restaurantList[0].Longtitude.toString().replace(‘,’, ‘.’),restaurantList[0].Latitude.toString().replace(‘,’, ‘.’)]);
map.setZoom(12);

function getRestaurants(districtID, searchText)
{
$.get(“Home/RestaurantsAsAjax?districtID=” + districtID + “&searchText=” + searchText, function (data) {
restaurantList = data;

renderRestaurants();
});
}

function renderRestaurants() {
var locationListItemContext = { Restaurants: restaurantList };
var locationListItemSource = $(“#restaurants-template”).html();
var locationListItemTemplate = Handlebars.compile(locationListItemSource);
var locationListItemHtml = locationListItemTemplate(locationListItemContext);
$(“#divLocationList”).html(locationListItemHtml);

map.setCenter([restaurantList[0].Longtitude.toString().replace(“,”, “.”), restaurantList[0].Latitude.toString().replace(“,”, “.”)]);
map.setZoom(12);
}

jQuery(document).ready(function ($) {

$(“#cityListSelect”).change(function (e) {
getRestaurants(null, $(“#cityListSelect”).val());
});

$(“#districtListSelect”).change(function (e) {
getRestaurants($(“#districtListSelect”).val(), null);
});

$(“.location-select”).select2({
width: ‘resolve’,
placeholder: “Search Location”,
maximumSelectionLength: 1
});

renderRestaurants();

map.setZoom(12);
map.fitBounds(latlngbounds, { padding: { top: 40, bottom: 40, right: 40, left: 450 } });
});

$(window).load(function () {

if (restaurantList.length=== 1) {
map.setCenter([restaurantList[0].Longtitude.toString().replace(“,”, “.”), restaurantList[0].Latitude.toString().replace(“,”, “.”)]);
map.setZoom(12);
}
});

{{#each Restaurants}}

{{Name}}
{{Address}}

How to get to Hooked?