Embed Map Code

You can use the following code to embed the CAIC Forecast Map into your own web page. Copy and paste the following code snippet into your web page. The map will update each time we make a change to any of the backcountry avalanche forecasts.

    <div>
        <iframe name="caic_fx_map" id="caic_fx_map"
              src="https://avalanche.state.co.us/caic/fx_map.php"
              width="495px" height="565px"
              scrolling="no" marginwidth="0" 
              marginheight="0" frameborder="0" 
              vspace="0" hspace="0">
            <p>Your browser does not support iframes.</p>
        </iframe>
        <img src="https://avalanche.state.co.us/caic/images/map-danger-scale.png">
    </div>