This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Bloody Basin West ====== **Location** : Near Cordes Lake, Arizona **GPS**: 34.291055, -112.131831 **Cell Signal** : T-Mobile 3-4 bars **TV Reception** : None **Terrain** : Public land Desert. **Notes** Cell reception does vary a lot at this location. Check before you stop. <html> <div id="bloody_basin_west_mapid" style='height:500px'></div> <script> var bloody_basin_west_latLong = [34.291055, -112.131831]; var bloody_basin_west_zoom = 13 var bloody_basin_west_mymap = L.map('bloody_basin_west_mapid').setView(bloody_basin_west_latLong,bloody_basin_west_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(bloody_basin_west_mymap); L.marker(bloody_basin_west_latLong).addTo(bloody_basin_west_mymap); </script> </html>