Adres: Hoofdweg 33, 8166 AC, Emst
Telefoon: +31 578 745 141
Website: Ga naar de site
Werktijd: Monday:12:30-20:45
Tuesday:12:30-20:45
Wednesday:12:30-20:45
Thursday: 12:30-20:45
Friday:11:30-20:45
Saturday:12:30-20:45
Sunday:12:30-20:45

Over Pizzeria Livorno

Pizzeria Livorno, bevindt zich op Hoofdweg 33, Emst, 8166 AC, NL

Pizzeria Livorno
Pizzeria Livorno
‘ + ”+”+
”+
”+
‘ Bezorgen’ +
”+
”+
”+
”+
‘ Afhalen’ +
” +
” +
” +
” +

);

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

latlngbounds.extend([5.9755478,52.3175534]);

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: “Zoek filiaal”,
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}}

Hoe te komen bij Pizzeria Livorno?