﻿function AddBigSkyForestMarkers()
{
var infoWindow = new google.maps.InfoWindow();

var ForestMarker0=new google.maps.Marker({ position: new google.maps.LatLng(45.340, -111.398), icon: 'images/red-marker.png' }); 
var html0  ='<h2>Forest Marker: Big Sky A</h2><i>Latitude: 45.34</i><i> Longitude: -111.398</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 12.509 m<br/>Canopy Bulk Density (predicted): 0.165 kg/m3<br/>Canopy Fuel Load (predicted): 1.434 kg/m3<br/>';
ForestMarker0.setMap(map);
google.maps.event.addListener(ForestMarker0, "click", function() { infoWindow.setContent(html0); infoWindow.open(map, ForestMarker0); });
BigSkyForestMarkers.push(ForestMarker0);

var ForestMarker1 = new google.maps.Marker({ position: new google.maps.LatLng(45.336, -111.396), icon: 'images/red-marker.png' });
var html1  ='<h2>Forest Marker: Big Sky B</h2><i>Latitude: 45.336</i><i> Longitude: -111.396</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 11.878 m<br/>Canopy Bulk Density (predicted): 0.031 kg/m3<br/>Canopy Fuel Load (predicted): 0.617 kg/m3<br/>';
ForestMarker1.setMap(map);
google.maps.event.addListener(ForestMarker1, "click", function() { infoWindow.setContent(html1); infoWindow.open(map, ForestMarker1); });
BigSkyForestMarkers.push(ForestMarker1);

var ForestMarker2 = new google.maps.Marker({ position: new google.maps.LatLng(45.226, -111.352), icon: 'images/red-marker.png' });
var html2  ='<h2>Forest Marker: Big Sky C</h2><i>Latitude: 45.226</i><i> Longitude: -111.352</i><br />Canopy Base Height (predicted): 0.234 m<br/>Stand Height (predicted): 22.743 m<br/>Canopy Bulk Density (predicted): 0.061 kg/m3<br/>Canopy Fuel Load (predicted): 1.142 kg/m3<br/>';
ForestMarker2.setMap(map);
google.maps.event.addListener(ForestMarker2, "click", function() { infoWindow.setContent(html2); infoWindow.open(map, ForestMarker2); });
BigSkyForestMarkers.push(ForestMarker2);

var ForestMarker3 = new google.maps.Marker({ position: new google.maps.LatLng(45.215, -111.350), icon: 'images/red-marker.png' });
var html3  ='<h2>Forest Marker: Big Sky D</h2><i>Latitude: 45.215</i><i> Longitude: -111.350</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 16.478 m<br/>Canopy Bulk Density (predicted): 0.091 kg/m3<br/>Canopy Fuel Load (predicted): 1.352 kg/m3<br/>';
ForestMarker3.setMap(map);
google.maps.event.addListener(ForestMarker3, "click", function() { infoWindow.setContent(html3); infoWindow.open(map, ForestMarker3); });
BigSkyForestMarkers.push(ForestMarker3);

var ForestMarker4 = new google.maps.Marker({ position: new google.maps.LatLng(45.242, -111.333), icon: 'images/red-marker.png' });
var html4  ='<h2>Forest Marker: Big Sky E</h2><i>Latitude: 45.242</i><i> Longitude: -111.333</i><br />Canopy Base Height (predicted): 0.848 m<br/>Stand Height (predicted): 34.581 m<br/>Canopy Bulk Density (predicted): 0.055 kg/m3<br/>Canopy Fuel Load (predicted): 0.998 kg/m3<br/>';
ForestMarker4.setMap(map);
google.maps.event.addListener(ForestMarker4, "click", function() { infoWindow.setContent(html4); infoWindow.open(map, ForestMarker4); });
BigSkyForestMarkers.push(ForestMarker4);

var ForestMarker5 = new google.maps.Marker({ position: new google.maps.LatLng(45.305, -111.348), icon: 'images/red-marker.png' });
var html5  ='<h2>Forest Marker: Big Sky F</h2><i>Latitude: 45.305</i><i> Longitude: -111.348</i><br />Canopy Base Height (predicted): 0.060 m<br/>Stand Height (predicted): 16.822 m<br/>Canopy Bulk Density (predicted): 0.073 kg/m3<br/>Canopy Fuel Load (predicted): 1.651 kg/m3<br/>';
ForestMarker5.setMap(map);
google.maps.event.addListener(ForestMarker5, "click", function() { infoWindow.setContent(html5); infoWindow.open(map, ForestMarker5); });
BigSkyForestMarkers.push(ForestMarker5);

var ForestMarker6 = new google.maps.Marker({ position: new google.maps.LatLng(45.307, -111.350), icon: 'images/red-marker.png' });
var html6  ='<h2>Forest Marker: Big Sky G</h2><i>Latitude: 45.307</i><i> Longitude: -111.350</i><br />Canopy Base Height (predicted): 0.029 m<br/>Stand Height (predicted): 29.224 m<br/>Canopy Bulk Density (predicted): 0.082 kg/m3<br/>Canopy Fuel Load (predicted): 0.807 kg/m3<br/>';
ForestMarker6.setMap(map);
google.maps.event.addListener(ForestMarker6, "click", function() { infoWindow.setContent(html6); infoWindow.open(map, ForestMarker6); });
BigSkyForestMarkers.push(ForestMarker6);

var ForestMarker7 = new google.maps.Marker({ position: new google.maps.LatLng(45.239, -111.337), icon: 'images/red-marker.png' });
var html7  ='<h2>Forest Marker: Big Sky H</h2><i>Latitude: 45.239</i><i> Longitude: -111.337</i><br />Canopy Base Height (predicted): 0.234 m<br/>Stand Height (predicted): 17.714 m<br/>Canopy Bulk Density (predicted): 0.129 kg/m3<br/>Canopy Fuel Load (predicted): 1.381 kg/m3<br/>';
ForestMarker7.setMap(map);
google.maps.event.addListener(ForestMarker7, "click", function() { infoWindow.setContent(html7); infoWindow.open(map, ForestMarker7); });
BigSkyForestMarkers.push(ForestMarker7);

var ForestMarker8 = new google.maps.Marker({ position: new google.maps.LatLng(45.237, -111.340), icon: 'images/red-marker.png' });
var html8  ='<h2>Forest Marker: Big Sky I</h2><i>Latitude: 45.237</i><i> Longitude: -111.340</i><br />Canopy Base Height (predicted): 0.128 m<br/>Stand Height (predicted): 16.326 m<br/>Canopy Bulk Density (predicted): 0.108 kg/m3<br/>Canopy Fuel Load (predicted): 1.386 kg/m3<br/>';
ForestMarker8.setMap(map);
google.maps.event.addListener(ForestMarker8, "click", function() { infoWindow.setContent(html8); infoWindow.open(map, ForestMarker8); });
BigSkyForestMarkers.push(ForestMarker8);

var ForestMarker9 = new google.maps.Marker({ position: new google.maps.LatLng(45.309, -111.352), icon: 'images/red-marker.png' });
var html9  ='<h2>Forest Marker: Big Sky J</h2><i>Latitude: 45.309</i><i> Longitude: -111.352</i><br />Canopy Base Height (predicted): 0.124 m<br/>Stand Height (predicted): 28.526 m<br/>Canopy Bulk Density (predicted): 0.063 kg/m3<br/>Canopy Fuel Load (predicted): 1.455 kg/m3<br/>';
ForestMarker9.setMap(map);
google.maps.event.addListener(ForestMarker9, "click", function() { infoWindow.setContent(html9); infoWindow.open(map, ForestMarker9); });
BigSkyForestMarkers.push(ForestMarker9);

var ForestMarker10 = new google.maps.Marker({ position: new google.maps.LatLng(45.315, -111.366), icon: 'images/red-marker.png' });
var html10  ='<h2>Forest Marker: Big Sky K</h2><i>Latitude: 45.315</i><i> Longitude: -111.366</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 19.679 m<br/>Canopy Bulk Density (predicted): 0.069 kg/m3<br/>Canopy Fuel Load (predicted): 1.189 kg/m3<br/>';
ForestMarker10.setMap(map);
google.maps.event.addListener(ForestMarker10, "click", function() { infoWindow.setContent(html10); infoWindow.open(map, ForestMarker10); });
BigSkyForestMarkers.push(ForestMarker10);

var ForestMarker11 = new google.maps.Marker({ position: new google.maps.LatLng(45.323, -111.389), icon: 'images/red-marker.png' });
var html11  ='<h2>Forest Marker: Big Sky L</h2><i>Latitude: 45.323</i><i> Longitude: -111.389</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 18.909 m<br/>Canopy Bulk Density (predicted): 0.061 kg/m3<br/>Canopy Fuel Load (predicted): 0.773 kg/m3<br/>';
ForestMarker11.setMap(map);
google.maps.event.addListener(ForestMarker11, "click", function() { infoWindow.setContent(html11); infoWindow.open(map, ForestMarker11); });
BigSkyForestMarkers.push(ForestMarker11);

var ForestMarker12 = new google.maps.Marker({ position: new google.maps.LatLng(45.324, -111.390), icon: 'images/red-marker.png' });
var html12  ='<h2>Forest Marker: Big Sky M</h2><i>Latitude: 45.324</i><i> Longitude: -111.390</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 18.526 m<br/>Canopy Bulk Density (predicted): 0.068 kg/m3<br/>Canopy Fuel Load (predicted): 0.927 kg/m3<br/>';
ForestMarker12.setMap(map);
google.maps.event.addListener(ForestMarker12, "click", function() { infoWindow.setContent(html12); infoWindow.open(map, ForestMarker12); });
BigSkyForestMarkers.push(ForestMarker12);

var ForestMarker13 = new google.maps.Marker({ position: new google.maps.LatLng(45.324, -111.393), icon: 'images/red-marker.png' });
var html13  ='<h2>Forest Marker: Big Sky N</h2><i>Latitude: 45.324</i><i> Longitude: -111.393</i><br />Canopy Base Height (predicted): 0.051 m<br/>Stand Height (predicted): 19.101 m<br/>Canopy Bulk Density (predicted): 0.084 kg/m3<br/>Canopy Fuel Load (predicted): 0.940 kg/m3<br/>';
ForestMarker13.setMap(map);
google.maps.event.addListener(ForestMarker13, "click", function() { infoWindow.setContent(html13); infoWindow.open(map, ForestMarker13); });
BigSkyForestMarkers.push(ForestMarker13);

}



function AddYNPForestMarkers()
{
var infoWindow = new google.maps.InfoWindow();

var ForestMarker0=new google.maps.Marker({ position: new google.maps.LatLng(44.964, -110.073), icon: 'images/red-marker.png' }); 
var html0  ='<h2>Forest Marker: YNP A</h2><i>Latitude: 44.964</i><i> Longitude: -110.073</i><br />Canopy Base Height (predicted): 0.972 m<br/>Stand Height (predicted): 23.560 m<br/>Canopy Bulk Density (predicted): 0.060 kg/m3<br/>Canopy Fuel Load (predicted): 0.872 kg/m3<br/>';
ForestMarker0.setMap(map);
google.maps.event.addListener(ForestMarker0, "click", function() { infoWindow.setContent(html0); infoWindow.open(map, ForestMarker0);  });
YNPForestMarkers.push(ForestMarker0);

var ForestMarker1 = new google.maps.Marker({ position: new google.maps.LatLng(44.863, -110.157), icon: 'images/red-marker.png' }); 
var html1  ='<h2>Forest Marker: YNP B</h2><i>Latitude: 44.863</i><i> Longitude: -110.157</i><br />Canopy Base Height (predicted): 1.419 m<br/>Stand Height (predicted): 28.759 m<br/>Canopy Bulk Density (predicted): 0.050 kg/m3<br/>Canopy Fuel Load (predicted): 1.118 kg/m3<br/>';
ForestMarker1.setMap(map);
google.maps.event.addListener(ForestMarker1, "click", function() { infoWindow.setContent(html1); infoWindow.open(map, ForestMarker1); });
YNPForestMarkers.push(ForestMarker1);

var ForestMarker2 = new google.maps.Marker({ position: new google.maps.LatLng(44.942, -110.083), icon: 'images/red-marker.png' });
var html2  ='<h2>Forest Marker: YNP C</h2><i>Latitude: 44.942</i><i> Longitude: -110.083</i><br />Canopy Base Height (predicted): 0.638 m<br/>Stand Height (predicted): 24.391 m<br/>Canopy Bulk Density (predicted): 0.085 kg/m3<br/>Canopy Fuel Load (predicted): 0.815 kg/m3<br/>';
ForestMarker2.setMap(map);
google.maps.event.addListener(ForestMarker2, "click", function() { infoWindow.setContent(html2); infoWindow.open(map, ForestMarker2); });
YNPForestMarkers.push(ForestMarker2);

var ForestMarker3 = new google.maps.Marker({ position: new google.maps.LatLng(44.949, -110.083), icon: 'images/red-marker.png' });
var html3  ='<h2>Forest Marker: YNP D</h2><i>Latitude: 44.949</i><i> Longitude: -110.083</i><br />Canopy Base Height (predicted): 0.646 m<br/>Stand Height (predicted): 19.074 m<br/>Canopy Bulk Density (predicted): 0.086 kg/m3<br/>Canopy Fuel Load (predicted): 0.941 kg/m3<br/>';
ForestMarker3.setMap(map);
google.maps.event.addListener(ForestMarker3, "click", function() { infoWindow.setContent(html3); infoWindow.open(map, ForestMarker3); });
YNPForestMarkers.push(ForestMarker3);

var ForestMarker4 = new google.maps.Marker({ position: new google.maps.LatLng(44.919, -110.091), icon: 'images/red-marker.png' });
var html4  ='<h2>Forest Marker: YNP E</h2><i>Latitude: 44.919</i><i> Longitude: -110.091</i><br />Canopy Base Height (predicted): 1.204 m<br/>Stand Height (predicted): 29.340 m<br/>Canopy Bulk Density (predicted): 0.068 kg/m3<br/>Canopy Fuel Load (predicted): 1.381 kg/m3<br/>';
ForestMarker4.setMap(map);
google.maps.event.addListener(ForestMarker4, "click", function() { infoWindow.setContent(html4); infoWindow.open(map, ForestMarker4); });
YNPForestMarkers.push(ForestMarker4);

var ForestMarker5 = new google.maps.Marker({ position: new google.maps.LatLng(44.914, -110.093), icon: 'images/red-marker.png' });
var html5  ='<h2>Forest Marker: YNP F</h2><i>Latitude: 44.914</i><i> Longitude: -110.093</i><br />Canopy Base Height (predicted): 0.982 m<br/>Stand Height (predicted): 27.260 m<br/>Canopy Bulk Density (predicted): 0.082 kg/m3<br/>Canopy Fuel Load (predicted): 1.193 kg/m3<br/>';
ForestMarker5.setMap(map);
google.maps.event.addListener(ForestMarker5, "click", function() { infoWindow.setContent(html5); infoWindow.open(map, ForestMarker5); });
YNPForestMarkers.push(ForestMarker5);

var ForestMarker6 = new google.maps.Marker({ position: new google.maps.LatLng(44.928, -110.299), icon: 'images/red-marker.png' });
var html6  ='<h2>Forest Marker: YNP G</h2><i>Latitude: 44.928</i><i> Longitude: -110.299</i><br />Canopy Base Height (predicted): 1.154 m<br/>Stand Height (predicted): 25.061 m<br/>Canopy Bulk Density (predicted): 0.073 kg/m3<br/>Canopy Fuel Load (predicted): 0.872 kg/m3<br/>';
ForestMarker6.setMap(map);
google.maps.event.addListener(ForestMarker6, "click", function() { infoWindow.setContent(html6); infoWindow.open(map, ForestMarker6); });
YNPForestMarkers.push(ForestMarker6);

var ForestMarker7 = new google.maps.Marker({ position: new google.maps.LatLng(44.981, -110.064), icon: 'images/red-marker.png' });
var html7  ='<h2>Forest Marker: YNP H</h2><i>Latitude: 44.981</i><i> Longitude: -110.064</i><br />Canopy Base Height (predicted): 1.432 m<br/>Stand Height (predicted): 23.735 m<br/>Canopy Bulk Density (predicted): 0.076 kg/m3<br/>Canopy Fuel Load (predicted): 0.264 kg/m3<br/>';
ForestMarker7.setMap(map);
google.maps.event.addListener(ForestMarker7, "click", function() { infoWindow.setContent(html7); infoWindow.open(map, ForestMarker7); });
YNPForestMarkers.push(ForestMarker7);

}


function AddNyackForestMarkers()
{
var infoWindow = new google.maps.InfoWindow();

var ForestMarker0=new google.maps.Marker({ position: new google.maps.LatLng(48.490, -113.863), icon: 'images/red-marker.png' }); 
var html0  ='<h2>Forest Marker: Nyack A</h2><i>Latitude: 48.490</i><i> Longitude: -113.863</i><br />Canopy Base Height (predicted): 0.318 m<br/>Stand Height (predicted): 14.383 m<br/>Canopy Bulk Density (predicted): 0.103 kg/m3<br/>Canopy Fuel Load (predicted): 0.934 kg/m3<br/>';
ForestMarker0.setMap(map);
google.maps.event.addListener(ForestMarker0, "click", function() { infoWindow.setContent(html0); infoWindow.open(map, ForestMarker0); });
NyackForestMarkers.push(ForestMarker0);

var ForestMarker1=new google.maps.Marker({ position: new google.maps.LatLng(48.487, -113.863), icon: 'images/red-marker.png' }); 
var html1  ='<h2>Forest Marker: Nyack B</h2><i>Latitude: 48.487</i><i> Longitude: -113.863</i><br />Canopy Base Height (predicted): 1.198 m<br/>Stand Height (predicted): 27.667 m<br/>Canopy Bulk Density (predicted): 0.079 kg/m3<br/>Canopy Fuel Load (predicted): 1.1510 kg/m3<br/>';
ForestMarker1.setMap(map);
google.maps.event.addListener(ForestMarker1, "click", function() { infoWindow.setContent(html1); infoWindow.open(map, ForestMarker1); });
NyackForestMarkers.push(ForestMarker1);

var ForestMarker2=new google.maps.Marker({ position: new google.maps.LatLng(48.438, -113.81), icon: 'images/red-marker.png' }); 
var html2  ='<h2>Forest Marker: Nyack C</h2><i>Latitude: 48.438</i><i> Longitude: -113.81</i><br />Canopy Base Height (predicted): 0.330 m<br/>Stand Height (predicted): 12.790 m<br/>Canopy Bulk Density (predicted): 0.084 kg/m3<br/>Canopy Fuel Load (predicted): 0.614 kg/m3<br/>';
ForestMarker2.setMap(map);
google.maps.event.addListener(ForestMarker2, "click", function() { infoWindow.setContent(html2); infoWindow.open(map, ForestMarker2); });
NyackForestMarkers.push(ForestMarker2);

var ForestMarker3=new google.maps.Marker({ position: new google.maps.LatLng(48.424, -113.797), icon: 'images/red-marker.png' }); 
var html3  ='<h2>Forest Marker: Nyack D</h2><i>Latitude: 48.424</i><i> Longitude: -113.797</i><br />Canopy Base Height (predicted): 0 m<br/>Stand Height (predicted): 34.407 m<br/>Canopy Bulk Density (predicted): 0.142 kg/m3<br/>Canopy Fuel Load (predicted): 2.416 kg/m3<br/>';
ForestMarker3.setMap(map);
google.maps.event.addListener(ForestMarker3, "click", function() { infoWindow.setContent(html3); infoWindow.open(map, ForestMarker3); });
NyackForestMarkers.push(ForestMarker3);

var ForestMarker4=new google.maps.Marker({ position: new google.maps.LatLng(48.483, -113.848), icon: 'images/red-marker.png' }); 
var html4  ='<h2>Forest Marker: Nyack E</h2><i>Latitude: 48.483</i><i> Longitude: -113.848</i><br />Canopy Base Height (predicted): 0.974 m<br/>Stand Height (predicted): 17.889 m<br/>Canopy Bulk Density (predicted): 0.023 kg/m3<br/>Canopy Fuel Load (predicted): 0.496 kg/m3<br/>';
ForestMarker4.setMap(map);
google.maps.event.addListener(ForestMarker4, "click", function() { infoWindow.setContent(html4); infoWindow.open(map, ForestMarker4); });
NyackForestMarkers.push(ForestMarker4);

var ForestMarker5=new google.maps.Marker({ position: new google.maps.LatLng(48.487, -113.866), icon: 'images/red-marker.png' }); 
var html5  ='<h2>Forest Marker: Nyack F</h2><i>Latitude: 48.487</i><i> Longitude: -113.866</i><br />Canopy Base Height (predicted): 0.322 m<br/>Stand Height (predicted): 14.847 m<br/>Canopy Bulk Density (predicted): 0.111 kg/m3<br/>Canopy Fuel Load (predicted): 0.969 kg/m3<br/>';
ForestMarker5.setMap(map);
google.maps.event.addListener(ForestMarker5, "click", function() { infoWindow.setContent(html5); infoWindow.open(map, ForestMarker5); });
NyackForestMarkers.push(ForestMarker5);

}
