This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Peoria Park ====== {{tag>Oregon}} **Location** : Peoria, OR **GPS**: 44.454024, -123.209504 **Cell Signal** : T-Mobile : 3 bars **TV Reception** : **Terrain** : Parking Lot next to road. **Notes** There is some old picnic tables and grills. There is also a boat ramp here. The two nights we stopped here, we were not bothered by anyone. You do get road noise since the park is right off the road, but for a free overnight spot, I can not complain. There are parking spaces for boat trailers. They are suppose to be for boat only trailers, but it was super faded and this spot while it had people come through was not so busy that we occupied a spot that a boater would want to use. <html> <div id="peoria_park_mapid" style='height:500px'></div> <script> var peoria_park_latLong = [44.454024, -123.209504]; var peoria_park_zoom = 13 var peoria_park_mymap = L.map('peoria_park_mapid').setView(peoria_park_latLong,peoria_park_zoom); L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors', maxZoom: 18, tileSize: 256, zoomOffset: 0, }).addTo(peoria_park_mymap); L.marker(peoria_park_latLong).addTo(peoria_park_mymap); </script> </html>