////  This function is dynamically produced by App_Code/FirescapeWebCamUtility, WriteJavascript()
function AddFirescapeWebCams()
{

var infoWindow = new google.maps.InfoWindow();

var myLatLng0 = new google.maps.LatLng(45.6703200000, -111.0673100000);
var FirescapeWebCamMarker0=new google.maps.Marker({
position: myLatLng0,
icon: 'images/green-marker.png'
});
var html0  ='<a href=http://216.187.190.243:5003/CgiStart?page=Single onclick="window.open(this.href, \'newwin\', \'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes, width=550,height=550,left=600,top=50\'); return false;" >pan-tilt-zoom camera</a><IFRAME ID="WebCamMarker0" NAME="WebCamMarker0" src="http://216.187.190.243:5003/CgiStart?page=Single" WIDTH="600" HEIGHT="400" BORDER="0"/>';
FirescapeWebCamMarker0.setMap(map);
google.maps.event.addListener(FirescapeWebCamMarker0, "click", function() {  infoWindow.setContent(html0); infoWindow.open(map, FirescapeWebCamMarker0); });
FirescapeWebCamMarkers.push(FirescapeWebCamMarker0);

}

