Address: Marktstraat 4b, 7311 LH, Apeldoorn
Phone: +31 55 312 3312
Website: Go to site
Social networks:
Work time: Monday:12:00-22:00
Tuesday:12:00-22:00
Wednesday:14:00-22:00
Thursday: 12:00-22:00
Friday:12:00-22:00
Saturday:12:00-22:00
Sunday:12:00-22:00

About Pide & Grill

Pide & Grill, is located at Marktstraat 4b, Apeldoorn, 7311 LH, NL

PideGrill
PideGrill
‘ + ”+ ” +
” +
” +

);

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

latlngbounds.extend([5.9638394,52.2147162]);

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}}

How to get to Pide & Grill?