Dine-in or take-out fresh baked pizzas, wings and salad. Pizza is served by the slice or by the pie. Relax by the fireplace or catch the latest sporting event on one of our large-screen TVs. Open daily from 3 pm to close.
}
} else {
document.getElementById("message").innerHTML = "";
//console.log(address, results[0].formatted_address);
if (different(address, results[0].formatted_address)) {
document.getElementById("message").innerHTML = "Did you mean: ";
var p = results[0].geometry.location.toUrlValue();
} else {
var p = results[0].geometry.location;
place( p.lat(), p.lng() );
}
}
} else {
alert("Geocode was not successful for the following reason: " + status);
}
});
}
-->
Customizable Directions