This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Silver Falls State Park ====== **Location** : 20 miles East of Salem, OR **GPS**: 44.867956, -122.637217 **Cell Signal** : T-Mobile None **TV Reception** : **Terrain** : Forest **Notes** The Dump was not laid out the best but it works. No cell signal means that even if we wanted to use the campsites there (which were about $58 per night with animals.), we couldn't work. <html> <div id="silver_falls_state_park_mapid" style='height:500px'></div> <script> var silver_falls_state_park_latLong = [44.867956, -122.637217 ]; var silver_falls_state_park_zoom = 13 var silver_falls_state_park_mymap = L.map('silver_falls_state_park_mapid').setView(silver_falls_state_park_latLong,silver_falls_state_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(silver_falls_state_park_mymap); L.marker(silver_falls_state_park_latLong).addTo(silver_falls_state_park_mymap); </script> </html>