<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>

    
	<meta http-equiv="x-ua-compatible" content="IE=edge" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="Content-Language" content="en-US" />
	<meta name="author" content="US Department of Commerce, NOAA, National Weather Service" />
	<meta name="rating" content="general" />
	<meta name="description" content="National Weather Service Advanced Hydrologic Prediction Service (AHPS)" />
	<meta name="Keywords" content="AHPS, Weather, Warnings, Forecasts, Model Products, Climate information, Facsimile Charts, Observations, links to government web sites, documentation on meteorology, meteorological standards, Telecommunication protocols, WMO Abbreviated Headings, National Oceanic Atmospheric Administration organization, NESDIS Imagery, hydrometeorologic, hydrologic" />
	<meta name="resource-type" content="document" />
	<meta name="distribution" content="global" />
	<meta name="robot" content="all" />
	
	<title>NOAA - National Weather Service - Water</title>
	
	<link rel='stylesheet' type='text/css' href='/resources/assets/css/lib/custom/ui-custom.css'/>
	<link rel='stylesheet' type='text/css' href='/resources/assets/css/lib/jquery-ui-1.10.4/jquery-ui-1.10.4.custom.css' />
    <link rel='stylesheet' type='text/css' href='https://js.arcgis.com/3.13/dijit/themes/claro/claro.css' />
    <link rel='stylesheet' type='text/css' href='https://js.arcgis.com/3.13/esri/css/esri.css' />
	<link rel='stylesheet' type='text/css' href='/resources/assets/css/main.css'/>
	<link rel='stylesheet' type='text/css' href='/resources/assets/css/share.css'/>
	<link rel='stylesheet' type='text/css' href='/resources/assets/css/ahps.css'/>
	
	<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
	<script type="text/javascript" src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
	<script type="text/javascript" src="/resources/assets/js/lib/jquery.ui.touch-punch.min.js"></script>
	<script type="text/javascript" src="/resources/assets/js/lib/jquery.countdown.js"></script>
	<script type="text/javascript" src="/resources/assets/js/lib/jquery.ui.touch-punch.min.js"></script>
	<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4edeb5441135d36c"></script>
	<script src="https://js.arcgis.com/3.13/"></script>
	<script type="text/javascript">
		var config = {};
		var browser_code = "2";
	</script>
	
	<script type="text/javascript" src="/resources/assets/js/share.js"></script>
	<script type="text/javascript" src="/resources/assets/js/ahps.js"></script>
	
    <script type="text/javascript">
    var url;
    var map;
    var gl;

    if (top != self) top.location.href = location.href;
    </script>
    <style type="text/css">
		A.black:link IMG { border: black }
		html { height: 100% }
		body { height: 100%; margin: 0; padding: 0 }
		#map_canvas { height: 100% }
    </style>

    <script type="text/javascript">
        var defaultZoom = 3; 
        require(["dojo/ready"], function(ready) {
            ready(function() {
                var myOptions = {
                    center: new esri.geometry.Point({
                      x: -101.8652343749895,
                      y:  41.93397655389928,
                      spatialReference: new esri.SpatialReference({'wkid' : 4326}),
                    }),
                    zoom: defaultZoom,
                    minZoom: defaultZoom,
                    spatialReference : new esri.SpatialReference({'wkid' : 102100}),
                    basemap: 'topo',
                    smartNavigation: false
                };

                map = new esri.Map(document.getElementById("map_canvas"),
                    myOptions);

                // Create the DIV to hold the control and call the HomeControl() constructor passing in this DIV.
                map.on("load",function() {
                    
  gl = new esri.layers.GraphicsLayer();
  var symbol = new esri.symbol.SimpleMarkerSymbol({
     "color": [0,0,240,255],
     "size": 6,
     "angle": -30,
     "xoffset": 0,
     "yoffset": 0,
     "type": "esriSMS",
     "style": "esriSMSCircle",
     "outline": {
     "color": [0,0,0,255],
     "width": 1,
     "type": "esriSLS",
     "style": "esriSLSSolid"
     }
     });Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.038333,38.805278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'axtv2';
          graphic.url = '/ahps2/inundation/index.php?gage=axtv2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.067667,38.903361,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'gtnd2';
          graphic.url = '/ahps2/inundation/index.php?gage=gtnd2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.021111,38.873333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'wasd2';
          graphic.url = '/ahps2/inundation/index.php?gage=wasd2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.688333,30.177778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'atit2';
          graphic.url = '/ahps2/inundation/index.php?gage=atit2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.319167,30.104444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'brtt2';
          graphic.url = '/ahps2/inundation/index.php?gage=brtt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-100.928889,29.330833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'dlrt2';
          graphic.url = '/ahps2/inundation/index.php?gage=dlrt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-100.506944,28.713889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'eppt2';
          graphic.url = '/ahps2/inundation/index.php?gage=eppt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.690833,30.625556,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'gett2';
          graphic.url = '/ahps2/inundation/index.php?gage=gett2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.903611,29.912222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'lgrt2';
          graphic.url = '/ahps2/inundation/index.php?gage=lgrt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.969722,29.551944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'segt2';
          graphic.url = '/ahps2/inundation/index.php?gage=segt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-98.310833,29.593889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'selt2';
          graphic.url = '/ahps2/inundation/index.php?gage=selt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.161667,30.012500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'smit2';
          graphic.url = '/ahps2/inundation/index.php?gage=smit2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.476667,42.291389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bain6';
          graphic.url = '/ahps2/inundation/index.php?gage=bain6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.915000,42.092500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bngn6';
          graphic.url = '/ahps2/inundation/index.php?gage=bngn6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.803333,42.035278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ckln6';
          graphic.url = '/ahps2/inundation/index.php?gage=ckln6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.848611,42.218056,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'cnon6';
          graphic.url = '/ahps2/inundation/index.php?gage=cnon6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.771667,42.324444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'gnen6';
          graphic.url = '/ahps2/inundation/index.php?gage=gnen6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.795556,41.309167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mtgn4';
          graphic.url = '/ahps2/inundation/index.php?gage=mtgn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.697778,41.370556,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mtmp1';
          graphic.url = '/ahps2/inundation/index.php?gage=mtmp1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-76.266667,42.097222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'owgn6';
          graphic.url = '/ahps2/inundation/index.php?gage=owgn6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.406389,42.377778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rckn6';
          graphic.url = '/ahps2/inundation/index.php?gage=rckn6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.316944,42.321389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'undn6';
          graphic.url = '/ahps2/inundation/index.php?gage=undn6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-76.056389,42.090833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'vstn6';
          graphic.url = '/ahps2/inundation/index.php?gage=vstn6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.638056,42.074722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'wsrn6';
          graphic.url = '/ahps2/inundation/index.php?gage=wsrn6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-87.596389,33.209167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'toda1';
          graphic.url = '/ahps2/inundation/index.php?gage=toda1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-116.279167,43.660556,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bigi1';
          graphic.url = '/ahps2/inundation/index.php?gage=bigi1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-116.307500,43.670278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'eagi1';
          graphic.url = '/ahps2/inundation/index.php?gage=eagi1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-98.802778,26.366667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rgdt2';
          graphic.url = '/ahps2/inundation/index.php?gage=rgdt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-81.850000,39.645000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mcco1';
          graphic.url = '/ahps2/inundation/index.php?gage=mcco1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-88.839167,41.344444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'otwi2';
          graphic.url = '/ahps2/inundation/index.php?gage=otwi2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-83.688056,41.055833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'fdyo1';
          graphic.url = '/ahps2/inundation/index.php?gage=fdyo1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-81.985980,40.481454,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'kilo1';
          graphic.url = '/ahps2/inundation/index.php?gage=kilo1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.965278,28.661944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'dupt2';
          graphic.url = '/ahps2/inundation/index.php?gage=dupt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.384722,28.649167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'glit2';
          graphic.url = '/ahps2/inundation/index.php?gage=glit2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-99.503611,27.501389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ldot2';
          graphic.url = '/ahps2/inundation/index.php?gage=ldot2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.012778,28.792778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'vict2';
          graphic.url = '/ahps2/inundation/index.php?gage=vict2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-92.334352,42.495542,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'aloi4';
          graphic.url = '/ahps2/inundation/index.php?gage=aloi4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-92.443493,42.537568,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'cedi4';
          graphic.url = '/ahps2/inundation/index.php?gage=cedi4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-93.192703,43.164962,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mcwi4';
          graphic.url = '/ahps2/inundation/index.php?gage=mcwi4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.944167,32.965833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'cart2';
          graphic.url = '/ahps2/inundation/index.php?gage=cart2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.821667,32.774722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'dalt2';
          graphic.url = '/ahps2/inundation/index.php?gage=dalt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.358611,32.732222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'fwht2';
          graphic.url = '/ahps2/inundation/index.php?gage=fwht2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.332222,32.760833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'fwot2';
          graphic.url = '/ahps2/inundation/index.php?gage=fwot2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.776944,32.231389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'grot2';
          graphic.url = '/ahps2/inundation/index.php?gage=grot2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.179167,33.336111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'sget2';
          graphic.url = '/ahps2/inundation/index.php?gage=sget2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-97.651667,32.740278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'weat2';
          graphic.url = '/ahps2/inundation/index.php?gage=weat2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.544722,35.568333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bltn7';
          graphic.url = '/ahps2/inundation/index.php?gage=bltn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.480833,34.842222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'gsls1';
          graphic.url = '/ahps2/inundation/index.php?gage=gsls1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-83.446944,35.427500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'tksn7';
          graphic.url = '/ahps2/inundation/index.php?gage=tksn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.012222,28.973889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bact2';
          graphic.url = '/ahps2/inundation/index.php?gage=bact2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.408333,29.760000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bbst2';
          graphic.url = '/ahps2/inundation/index.php?gage=bbst2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.536667,29.706111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'cbst2';
          graphic.url = '/ahps2/inundation/index.php?gage=cbst2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.306667,29.918056,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'gbht2';
          graphic.url = '/ahps2/inundation/index.php?gage=gbht2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.396944,29.775000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hgtt2';
          graphic.url = '/ahps2/inundation/index.php?gage=hgtt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.258333,30.026389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hmmt2';
          graphic.url = '/ahps2/inundation/index.php?gage=hmmt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.124167,30.145278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ncet2';
          graphic.url = '/ahps2/inundation/index.php?gage=ncet2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.523333,29.746667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'pptt2';
          graphic.url = '/ahps2/inundation/index.php?gage=pptt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.093611,29.876111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'shlt2';
          graphic.url = '/ahps2/inundation/index.php?gage=shlt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.436111,30.110278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'spnt2';
          graphic.url = '/ahps2/inundation/index.php?gage=spnt2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.103611,29.308889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'what2';
          graphic.url = '/ahps2/inundation/index.php?gage=what2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-85.986944,39.339167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'drei3';
          graphic.url = '/ahps2/inundation/index.php?gage=drei3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-87.418889,39.475833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hufi3';
          graphic.url = '/ahps2/inundation/index.php?gage=hufi3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-86.105556,39.910556,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'nori3';
          graphic.url = '/ahps2/inundation/index.php?gage=nori3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-89.280300,31.343100,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hatm6';
          graphic.url = '/ahps2/inundation/index.php?gage=hatm6';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.799167,29.932500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'tref1';
          graphic.url = '/ahps2/inundation/index.php?gage=tref1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-134.572778,58.429722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mnda2';
          graphic.url = '/ahps2/inundation/index.php?gage=mnda2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-91.992500,30.217222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'vlsl1';
          graphic.url = '/ahps2/inundation/index.php?gage=vlsl1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-84.881667,38.201667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'fftk2';
          graphic.url = '/ahps2/inundation/index.php?gage=fftk2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-89.071500,42.613611,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'aftw3';
          graphic.url = '/ahps2/inundation/index.php?gage=aftw3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-88.842500,42.927800,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'fatw3';
          graphic.url = '/ahps2/inundation/index.php?gage=fatw3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-88.806944,42.996111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'jffw3';
          graphic.url = '/ahps2/inundation/index.php?gage=jffw3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-88.940833,42.857500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'nvlw3';
          graphic.url = '/ahps2/inundation/index.php?gage=nvlw3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-88.725833,43.188056,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'watw3';
          graphic.url = '/ahps2/inundation/index.php?gage=watw3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.832222,34.828889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'chin7';
          graphic.url = '/ahps2/inundation/index.php?gage=chin7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.582500,35.428889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hokn7';
          graphic.url = '/ahps2/inundation/index.php?gage=hokn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.585556,35.257778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'kinn7';
          graphic.url = '/ahps2/inundation/index.php?gage=kinn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.372778,35.616667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'pgvn7';
          graphic.url = '/ahps2/inundation/index.php?gage=pgvn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.040278,35.859722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'wlln7';
          graphic.url = '/ahps2/inundation/index.php?gage=wlln7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-84.046944,41.016944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'otto1';
          graphic.url = '/ahps2/inundation/index.php?gage=otto1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-85.111944,40.987778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'sasi3';
          graphic.url = '/ahps2/inundation/index.php?gage=sasi3';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-87.428889,36.849444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hlbk2';
          graphic.url = '/ahps2/inundation/index.php?gage=hlbk2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-84.615556,33.776389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ausg1';
          graphic.url = '/ahps2/inundation/index.php?gage=ausg1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-83.620556,32.838611,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'macg1';
          graphic.url = '/ahps2/inundation/index.php?gage=macg1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-84.089444,34.032222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'sweg1';
          graphic.url = '/ahps2/inundation/index.php?gage=sweg1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-84.454167,33.858889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ving1';
          graphic.url = '/ahps2/inundation/index.php?gage=ving1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.082500,40.826389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bvdn4';
          graphic.url = '/ahps2/inundation/index.php?gage=bvdn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.389722,40.726111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'camn4';
          graphic.url = '/ahps2/inundation/index.php?gage=camn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.203333,40.694444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'estn4';
          graphic.url = '/ahps2/inundation/index.php?gage=estn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.065000,40.526111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'fren4';
          graphic.url = '/ahps2/inundation/index.php?gage=fren4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.226111,40.884722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ltfn4';
          graphic.url = '/ahps2/inundation/index.php?gage=ltfn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.401111,41.018333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mcpn4';
          graphic.url = '/ahps2/inundation/index.php?gage=mcpn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.528889,40.680000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'miln4';
          graphic.url = '/ahps2/inundation/index.php?gage=miln4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.582778,40.555556,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mnvn4';
          graphic.url = '/ahps2/inundation/index.php?gage=mnvn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.948889,40.364722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'nhpp1';
          graphic.url = '/ahps2/inundation/index.php?gage=nhpp1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.321667,40.862500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'pinn4';
          graphic.url = '/ahps2/inundation/index.php?gage=pinn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.281944,40.969722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'pppn4';
          graphic.url = '/ahps2/inundation/index.php?gage=pppn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.280000,40.991944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'pptn4';
          graphic.url = '/ahps2/inundation/index.php?gage=pptn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.298056,40.998611,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rdln4';
          graphic.url = '/ahps2/inundation/index.php?gage=rdln4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-75.189722,40.594722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rgln4';
          graphic.url = '/ahps2/inundation/index.php?gage=rgln4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.979167,40.402778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'stkn4';
          graphic.url = '/ahps2/inundation/index.php?gage=stkn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.749167,40.224167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'tacn4';
          graphic.url = '/ahps2/inundation/index.php?gage=tacn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.778056,40.221667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'tren4';
          graphic.url = '/ahps2/inundation/index.php?gage=tren4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.293056,41.044167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'wnqn4';
          graphic.url = '/ahps2/inundation/index.php?gage=wnqn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-94.607778,38.938333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'iclk1';
          graphic.url = '/ahps2/inundation/index.php?gage=iclk1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-94.909444,39.326944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'levk1';
          graphic.url = '/ahps2/inundation/index.php?gage=levk1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-94.671111,38.940833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'opdk1';
          graphic.url = '/ahps2/inundation/index.php?gage=opdk1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-94.640000,38.906111,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'tcrk1';
          graphic.url = '/ahps2/inundation/index.php?gage=tcrk1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-91.666944,41.971944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'cidi4';
          graphic.url = '/ahps2/inundation/index.php?gage=cidi4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-89.619444,42.302778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'feei2';
          graphic.url = '/ahps2/inundation/index.php?gage=feei2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-91.540833,41.656667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'iowi4';
          graphic.url = '/ahps2/inundation/index.php?gage=iowi4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-79.135830,35.765280,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bynn7';
          graphic.url = '/ahps2/inundation/index.php?gage=bynn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-78.406111,35.647222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'clyn7';
          graphic.url = '/ahps2/inundation/index.php?gage=clyn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.693056,36.150833,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'efdn7';
          graphic.url = '/ahps2/inundation/index.php?gage=efdn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.997500,35.337500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'gldn7';
          graphic.url = '/ahps2/inundation/index.php?gage=gldn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-79.366000,36.087000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hawn7';
          graphic.url = '/ahps2/inundation/index.php?gage=hawn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-78.296111,36.093056,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'loun7';
          graphic.url = '/ahps2/inundation/index.php?gage=loun7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-78.985556,35.193611,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mann7';
          graphic.url = '/ahps2/inundation/index.php?gage=mann7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-78.350000,35.512778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'smfn7';
          graphic.url = '/ahps2/inundation/index.php?gage=smfn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.533056,35.894167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'tarn7';
          graphic.url = '/ahps2/inundation/index.php?gage=tarn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-78.583333,36.194722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'trvn7';
          graphic.url = '/ahps2/inundation/index.php?gage=trvn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-119.712222,39.107778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'stwn2';
          graphic.url = '/ahps2/inundation/index.php?gage=stwn2';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-122.978056,46.711667,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'cenw1';
          graphic.url = '/ahps2/inundation/index.php?gage=cenw1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-94.006111,31.972222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'lptl1';
          graphic.url = '/ahps2/inundation/index.php?gage=lptl1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-92.119722,32.500278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mlul1';
          graphic.url = '/ahps2/inundation/index.php?gage=mlul1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-92.183333,37.791944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rbxm7';
          graphic.url = '/ahps2/inundation/index.php?gage=rbxm7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-76.886389,40.254722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'harp1';
          graphic.url = '/ahps2/inundation/index.php?gage=harp1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.251389,41.202222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'jrsp1';
          graphic.url = '/ahps2/inundation/index.php?gage=jrsp1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-84.144167,31.594167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'abng1';
          graphic.url = '/ahps2/inundation/index.php?gage=abng1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.928992,29.955212,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bfdf1';
          graphic.url = '/ahps2/inundation/index.php?gage=bfdf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-85.031389,30.425000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'blof1';
          graphic.url = '/ahps2/inundation/index.php?gage=blof1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-83.249722,30.244722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'douf1';
          graphic.url = '/ahps2/inundation/index.php?gage=douf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-83.171944,30.384444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ellf1';
          graphic.url = '/ahps2/inundation/index.php?gage=ellf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-83.171667,30.099722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'lurf1';
          graphic.url = '/ahps2/inundation/index.php?gage=lurf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-81.817500,27.901944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'barf1';
          graphic.url = '/ahps2/inundation/index.php?gage=barf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.349722,28.988611,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hldf1';
          graphic.url = '/ahps2/inundation/index.php?gage=hldf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.211389,27.871944,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'litf1';
          graphic.url = '/ahps2/inundation/index.php?gage=litf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.177778,28.479722,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'trbf1';
          graphic.url = '/ahps2/inundation/index.php?gage=trbf1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.571111,39.237222,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mntk1';
          graphic.url = '/ahps2/inundation/index.php?gage=mntk1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-96.642500,39.188333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mwck1';
          graphic.url = '/ahps2/inundation/index.php?gage=mwck1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-95.954167,39.138889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rssk1';
          graphic.url = '/ahps2/inundation/index.php?gage=rssk1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-93.088056,44.944444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'stpm5';
          graphic.url = '/ahps2/inundation/index.php?gage=stpm5';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.127200,40.882500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'ddcn4';
          graphic.url = '/ahps2/inundation/index.php?gage=ddcn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.113333,40.997778,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'hohn4';
          graphic.url = '/ahps2/inundation/index.php?gage=hohn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.080833,40.890278,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'lodn4';
          graphic.url = '/ahps2/inundation/index.php?gage=lodn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.163333,41.097500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'mawn4';
          graphic.url = '/ahps2/inundation/index.php?gage=mawn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.026667,40.948333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'nmln4';
          graphic.url = '/ahps2/inundation/index.php?gage=nmln4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.250000,41.027500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'okln4';
          graphic.url = '/ahps2/inundation/index.php?gage=okln4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-73.989722,40.999167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rivn4';
          graphic.url = '/ahps2/inundation/index.php?gage=rivn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.091389,40.985000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rwdn4';
          graphic.url = '/ahps2/inundation/index.php?gage=rwdn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.095278,41.058889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'sadn4';
          graphic.url = '/ahps2/inundation/index.php?gage=sadn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.312222,40.686389,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'spgn4';
          graphic.url = '/ahps2/inundation/index.php?gage=spgn4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-74.235833,40.845000,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'vron4';
          graphic.url = '/ahps2/inundation/index.php?gage=vron4';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-77.875278,34.598333,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'bgwn7';
          graphic.url = '/ahps2/inundation/index.php?gage=bgwn7';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.475000,39.988611,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'beeo1';
          graphic.url = '/ahps2/inundation/index.php?gage=beeo1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.551667,40.068889,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'grno1';
          graphic.url = '/ahps2/inundation/index.php?gage=grno1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.339722,40.059167,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'neao1';
          graphic.url = '/ahps2/inundation/index.php?gage=neao1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.396389,40.059444,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'nmso1';
          graphic.url = '/ahps2/inundation/index.php?gage=nmso1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.411389,40.052500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'rcno1';
          graphic.url = '/ahps2/inundation/index.php?gage=rcno1';
    // add to graphic layer
          gl.add(graphic);
Icon = '/ahps2/images/inundation/map/google.png';
    // for each inundation site
    // create point based on lat/lng
          var point = new esri.geometry.Point(-82.413333,40.037500,new esri.SpatialReference({'wkid':map.geographicExtent.spatialReference.wkid}));

    // create graphic with symbol and point
          var graphic = new esri.Graphic(point,symbol,{},'');
          graphic.lid = 'sfho1';
          graphic.url = '/ahps2/inundation/index.php?gage=sfho1';
    // add to graphic layer
          gl.add(graphic);
                    map.addLayer(gl);
                    dojo.connect(gl,"onClick",onClick);
                    function onClick(event){
                        window.location = event.graphic.url;
                    }
                });
            });
        });

        //Function to make home button that will snap back to initial center point
        function HomeControl(controlDiv, map) {

          // Set CSS styles for the DIV containing the control
          // Setting padding to 5 px will offset the control
          // from the edge of the map
          controlDiv.style.padding = '5px';

          // Set CSS for the control border
          var controlUI = document.createElement('DIV');
          controlUI.style.backgroundColor = 'white';
          controlUI.style.border = '1px solid #717B87';
          controlUI.style.cursor = 'pointer';
          controlUI.style.textAlign = 'center';
          controlUI.title = 'Click to return the map to initial default view';
          controlDiv.appendChild(controlUI);

          // Set CSS for the control interior
          var controlText = document.createElement('DIV');
          controlText.style.fontFamily = 'Arial,sans-serif';
          controlText.style.fontSize = '13px';
          controlText.style.padding = '1px 6px';
          controlText.innerHTML = 'Reset View';
          controlUI.appendChild(controlText);
        }

    </script>
</head>
<body>

<!-- start leftmenu -->
<!--
****************************************************************************
* SERVER NAME: water.weather.gov
* HOST NAME  : www1.mo.nids.noaa.gov
* Date       : 2018/02/14 00:23:34 UTC
****************************************************************************
-->
<!-- start banner inc -->
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; display:table; background:url('/resources/images/topbanner.jpg') no-repeat left top;">
			<tr>
			   <td align="right" style="height:19px;"><a href="#contents"><img src="/resources/images/skipgraphic.gif" alt="Skip Navigation Links" width="1" height="1" /></a> <a href="https://www.weather.gov"><span class="nwslink">weather.gov</span></a></td>
			</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" style="display:table; background:url('/resources/images/wfo_bkgrnd.jpg') repeat-x; width:100%; height:78px; padding:0; margin:0; border-collapse: collapse;">
			<tr style="display:table-row;">
						<td style="display:table-cell; width:85px; height:78px; padding:0; margin:0; vertical-align:top;"><a href="http://www.noaa.gov" style="padding:0;margin:0; font-size:0px;"><img src="/resources/images/noaaleft.jpg" alt="NOAA logo-Select to go to the NOAA homepage" style="padding:0;margin:0; display:block;" /></a></td>
						<td style="display:table-cell; padding:0; margin:0; text-align:left; height:20px; background:url('/resources/images/officenames/blank_name-title.jpg') top left no-repeat; vertical-align:top;">
									<div class="source" style="line-height:20px;">National Oceanic and Atmospheric Administration's</div>
									<div class="location" style="margin:10px 0 0 0;">National Weather Service</div>
						</td>
						<td style="display:table-cell; width:85px; height:78px; padding:0; margin:0; vertical-align:top; text-align:right;"><a href="https://www.weather.gov/" style="padding:0;margin:0; font-size:0px;"><img src="/resources/images/nwsright.jpg" alt="Select to go to the NWS homepage" style="padding:0;margin:0; display:block;" /></a></td>
			</tr>
</table>

<!--nav bar menu-->
<table style="display:table; background: #082290;" cellspacing="0" cellpadding="0"  width="100%">
  <tr>
						<td style="width:94px; display:table-cell;"><img src="/resources/images/navbarleft.jpg" alt="nav bar left" style="display:inline-block;" /></td>
						<td class="nav menuitem" style="display:table-cell;width:15%;text-align: center;"><a href="http://www.nws.noaa.gov/sitemap.php">Site Map</a></td>
						<td class="nav menuitem" style="display:table-cell;width: 15%;text-align: right;"><a href="http://www.nws.noaa.gov/pa/">News</a></td>
						<td class="nav menuitem" style="display:table-cell;width: 20%;text-align: right;"><a href="https://www.weather.gov/organization/">Organization</a> </td>
						<td style="display:table-cell;" align="right" class="searchinput"><!-- Begin search code -->
									<form method="get" action="https://search.usa.gov/search" style="margin-bottom:0; margin-top:0;">
												<div>
												<input type="hidden" name="v:project" value="firstgov" />
												<label for="query" class="yellow">Search&nbsp;&nbsp;</label>
												<input type="text" name="query" id="query" size="10"/>
												<input type="radio" name="affiliate" checked="checked" value="nws.noaa.gov" id="nws" />
												<label for="nws" class="yellow">NWS</label>
												<input type="radio" name="affiliate" value="noaa.gov" id="noaa" />
												<label for="noaa" class="yellow">All NOAA</label>
												<input type="submit" value="Go" />
												</div>
									</form>
      <!-- End search code -->
						</td>
						<td style="text-align:right;width: 40px; vertical-align:top; display:table-cell;"><img src="/resources/images/navbarendcap.jpg" alt="navbar end cap" /></td>
			</tr>
</table>
<!-- end banner inc -->
<!-- end leftmenu -->

<!-- Start Content area... 525px wide -->
<table width="1000" cellspacing="0">
  <tr>
    <td style="width: 119px;vertical-align: top;">
      <!-- start leftmenu -->
      <!-- ========== start leftmenu inc ========== -->

<table style="width: 119px;background-color: #0A2390;" cellpadding="2" cellspacing="0">
  <!-- ********** local forecast search ********** -->
  <tr>
    <td class="yellow" align="center">Local forecast by<br />
     <q>City, St</q> </td>
  </tr>
  <tr align="center" valign="top">
    <td align="left" valign="bottom" class="searchinput" style="white-space:nowrap;"><form method="post" action="https://forecast.weather.gov/zipcity.php" style="margin-bottom:0; margin-top:0; ">
        <div id="Layer2" style="position:absolute; width:200px;  height:115px; z-index:2; visibility: hidden">Search
          by city. Press enter or select the go button to submit request</div>
        <div><input type="text" id="zipcity" name="inputstring" size="9" value="City, St" onfocus="this.value='';"/>
        <input type="submit" name="Go2" value="Go"/></div>
      </form></td>
  </tr>
  <!-- ********** end local forecast search ********** -->
  <tr>
    <td class="white menuitem">&#160;<a href="/ahps/rss/"><img src="/images/rss.gif" alt="RSS Feeds" title="RSS Feeds" width="36" height="14"/> RSS Feeds</a><br />
      <a href="http://www.nws.noaa.gov/warnings.php"><span class="yellow">Warnings</span></a><br />
      &#160;<a href="http://www.nws.noaa.gov/view/nationalwarnings.php?map=on">Current</a><br />
      &#160;<a href="https://alerts.weather.gov/">By State/County...</a><br />
      &#160;<a href="https://www.cpc.ncep.noaa.gov/products/stratosphere/uv_index/uv_alert.shtml">UV Alerts</a><br />
    </td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/current"><span class="yellow">Observations</span></a><br />
      &#160;<a href="https://www.weather.gov/radar">Radar</a><br />
      &#160;<a href="https://www.goes.noaa.gov/">Satellite</a><br />
      &#160;<a href="https://www.nohrsc.noaa.gov/">Snow Cover</a><br />
      &#160;<a href="http://www.nws.noaa.gov/om/osd/portal.shtml">Surface Weather...</a><br />
      &#160;<a href="/precip">Observed Precip</a> </td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/forecasts.php"><span class="yellow">Forecasts</span></a><br />
      &#160;<a href="https://www.weather.gov/organization/">Local</a><br />
      &#160;<a href="https://www.weather.gov/forecasts/graphical/">Graphical</a><br />
      &#160;<a href="https://aviationweather.gov/">Aviation</a><br />
      &#160;<a href="http://www.nws.noaa.gov/om/marine/home.htm">Marine</a><br />
      &#160;<a href="https://www.nhc.noaa.gov/">Hurricanes</a><br />
      &#160;<a href="http://www.spc.noaa.gov/">Severe Weather</a><br />
      &#160;<a href="http://www.spc.noaa.gov/products/fire_wx/">Fire Weather</a> </td>
  </tr>
  <tr>
    <td class="white menuitem"><span class="yellow">Text Messages</span><br />
      &#160;<a href="http://www.nws.noaa.gov/view/states.php">By State</a><br />
      &#160;<a href="http://www.nws.noaa.gov/view/validProds.php">By Message Type</a><br />
      &#160;<a href="http://www.nws.noaa.gov/view/national.php?map=on">National</a> </td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/forecastmaps"><span class="yellow">Forecast Models</span></a><br />
      &#160;<a href="https://mag.ncep.noaa.gov/NCOMAGWEB/appcontroller">Numerical Models</a><br />
      &#160;Statistical Models...<br />
      &#160;&#160;&#160;<a href="http://www.nws.noaa.gov/mdl/synop/products.php">MOS Prod</a><br />
      &#160;&#160;&#160;<a href="http://www.nws.noaa.gov/mdl/gfslamp/gfslamp.shtml">GFS-LAMP Prod</a><br /></td>
  </tr>
  <tr>
    <td class="white menuitem"><span class="yellow">Climate</span><br />
      &#160;<a href="https://www.weather.gov/climate/">Past Weather</a><br />
      &#160;<a href="http://www.nws.noaa.gov/predictions.php">Predictions</a> </td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/safety"><span class="yellow">Weather Safety</span></a><br />
      &#160;<a href="https://www.weather.gov/nwr/">Weather Radio</a><br />
      &#160;<a href="https://www.cpc.noaa.gov/products/expert_assessment/threats.html">Hazard Assmt...</a><br />
      &#160;<a href="https://www.stormready.noaa.gov/">StormReady</a> /<br />
      &#160;<a href="https://www.stormready.noaa.gov/tsunamiready/">TsunamiReady</a> <br />
      &#160;<a href="http://www.nws.noaa.gov/skywarn/">Skywarn&#8482;</a></td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/owlie/"><span class="yellow">Education/Outreach</span></a> </td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/informationcenter"><span class="yellow">Information Center</span></a><br />
      &#160;<a href="https://tsunami.gov/">Tsunamis</a><br />
      &#160;<a href="http://www.nws.noaa.gov/om/brochures.shtml">Publications...</a> </td>
  </tr>
  <tr>
    <td class="white menuitem"><a href="https://www.weather.gov/contact"><span class="yellow">Contact Us</span></a><br />
      &#160;<a href="http://www.nws.noaa.gov/pa/faq.php">FAQ</a><br />
      &#160;<a href="https://www.weather.gov/contact">Comments...</a> </td>
  </tr>
  <tr>
    <td align="center"><a href="https://www.usa.gov/"><img src="/images/usagov_logo_color_110w.gif" alt="USA.gov is the U.S. government's official web portal to all federal, state and local government web resources and services." style="width: 110px; height: 30px;" title="USA.gov is the U.S. government's official web portal to all federal, state and local government web resources and services."/></a> </td>
  </tr>
<tr>
    <td align="center" class="white" id="menuitem"><a href="https://www.weather.gov/cgi-bin/nwsexit.pl?url=https://www.facebook.com/NWS"><img src="/ahps2/images/facebook_logo.gif" alt="Follow the National Weather Service on FaceBook"/></a><br />
    <a href="https://www.weather.gov/cgi-bin/nwsexit.pl?url=https://www.facebook.com/NWS">NWS on Facebook</a></td>
  </tr>

</table>
<!-- ========== end leftmenu inc ========== -->
      <!-- end leftmenu -->
    </td>
    <td style="width: 525px;vertical-align: top;">
      <!-- #BeginEditable "Content" -->
      <table width="525" cellspacing="2">
        <tr>
          <td>&nbsp;</td>
          <td>
			<div id="breadcrumb"><ul class="breadcrumb_list"> <li id='breadcrumb_home' ><a href="/ahps/">National Observations</a></li> <li id='breadcrumb_end' ><a href="/ahps/inundation.php">Inundation Locations</a></li></ul></div>		  </td>
        </tr>
        <tr>
          <td>&nbsp;&nbsp;&nbsp;</td>
          <td>
            <br/>
            <p><a href="/ahps/NOAA_AHPS_Guidelines_Final_2011_v3.pdf"><b>NOAA PARTNERED GUIDELINES FOR THE DEVELOPMENT OF ADVANCED HYDROLOGIC PREDICTION SERVICE FLOOD INUNDATION MAPPING</b></a></p>
            <br/>
            <table style="margin:0 0 10px 0; border:0; padding:1px; background: #dfdfff; display:table;">
                <tr>
                    <td>
                        <div id="map_canvas" style="width:750px; height:600px; border:1px solid black;"></div>
                    </td>
                    <td>
                        <table width="90px" cellspacing="0" cellpadding="0" style="border: 1px solid #666; background-color: #DADADA; margin: 20px 0 0 17px; padding:1px;">
                    <tr>
                                <td>
                                    <img height="16" alt="USGS Gauge Location" src="/ahps2/images/inundation/map/inundation_marker.png"/>
                                </td>
                                <td style="padding:2px;">Inundation Gauges</td>
                            </tr>
                        </table>
                        <!-- gauge links -->
                        <table align="center" width="90px" cellspacing="0" cellpadding="0" id="gaugeLinks" style="background-color: #FF9; margin-top: 10px;">
                                                        <tr align="center">
                                                                <td scope="col" style="border: 1px solid #666; font-size:10px;">
                                    <a id="about_link" title="About Inundation" href="/ahps2/inundation/about_google.php">About Inundation</a>                                </td>
                            </tr>
                                                        <tr align="center">
                                                                <td scope="col" style="border-color: #666; border-style: solid; border-width: 0 1px 1px 1px; font-size:10px;">
                                    <a id="faq_link" title="FAQ" href="/ahps2/inundation/faq_google.php">FAQ</a>                                </td>
                            </tr>
                                                        <tr align="center">
                                                                <td scope="col" style="border-color: #666; border-style: solid; border-width: 0 1px 1px 1px; font-size:10px;">
                                    <a id="user_guide_link" title="User Guide" href="inundation_mapping_user_guide.pdf">User Guide</a>                                </td>
                            </tr>
                                                    </table>
                        <div style="background: #FF9; border: 1px solid #666; text-align: center; width: 84px; padding: 2px; margin: 10px 0 10px 17px; font-size: 10px;">
                            <a href="/ahps2/nwsexit.php?url=https://www.youtube.com/watch?v=flyTdd7f2JI">User guide<br />video on<br /><img src="/ahps2/images/inundation/youtube.png" alt="Youtube.com" /></a>
                        </div>
                        
        <span style="margin: 0 auto;">
            <span class="utcbg masterTooltip" title="
        <div id='map-help-container'>
            <h4 class='list-title'>Map Navigation</h4>
            <ul>
                <li>Drag the mouse to pan</li>
                <li>Mouse Scroll Forward to zoom in</li>
                <li>Mouse Scroll Backward to zoom out</li>
                <li>SHIFT + Drag the mouse to zoom in</li>
                <li>SHIFT + CTRL + Drag mouse to zoom out</li>
                <li>SHIFT + Click to recenter</li>
                <li>Double Click to Zoom in</li>
                <li>Use + key to zoom in a level</li>
                <li>Use - key to zoom out a level</li>
            </ul>
        </div>">Map Help</span>
        </span>                        <div class="printHide" style="text-align:center;">
                            <p>
                                <a href="https://www.weather.gov/disclaimer">Disclaimer</a>
                            </p>
                            <a href="/ahps/inundation_kml.php"><img src="/ahps2/images/kml-small.jpg" alt="kml small image"/></a>
                        </div>
                    </td>
                </tr>
            </table>
            <p>Latitude/Longitude Disclaimer: The gauge locations shown in the above map is the approximate location based on the latitude/longitude coordinates provided to the NWS by the gauge owner.</p>
            <!-- display our list of sites -->
            <h2>Inundation Mapping Locations</h2>
                                                                                                  <h3>(Baltimore/Washington) Sterling, VA (LWX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=axtv2">AXTV2</a>
                 - Potomac River at Alexandria, VA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=gtnd2">GTND2</a>
                 - Potomac River at Georgetown / Wisconsin Ave, DC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=wasd2">WASD2</a>
                 - Washington Channel at SW Waterfront, DC              </li>
                                                                              </ul>
                                                <h3>Austin/San Antonio, TX (EWX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=atit2">ATIT2</a>
                 - Onion Creek at US 183, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=brtt2">BRTT2</a>
                 - Colorado River (TX) at Bastrop, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=dlrt2">DLRT2</a>
                 - Rio Grande at Del Rio, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=eppt2">EPPT2</a>
                 - Rio Grande at Eagle Pass, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=gett2">GETT2</a>
                 - San Gabriel River at Georgetown South Fork, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=lgrt2">LGRT2</a>
                 - Colorado River (TX) above La Grange, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=segt2">SEGT2</a>
                 - Guadalupe River at Seguin, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=selt2">SELT2</a>
                 - Cibolo Creek at Selma, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=smit2">SMIT2</a>
                 - Colorado River (TX) near Smithville, TX              </li>
                                                                              </ul>
                                                <h3>Binghamton, NY (BGM)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bain6">BAIN6</a>
                 - Susquehanna River at Bainbridge, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bngn6">BNGN6</a>
                 - Susquehanna River at Binghamton, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ckln6">CKLN6</a>
                 - Susquehanna River at Conklin, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=cnon6">CNON6</a>
                 - Chenango River near Chenango Forks, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=gnen6">GNEN6</a>
                 - Chenango River at Greene, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mtgn4">MTGN4</a>
                 - Delaware River at Montague, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mtmp1">MTMP1</a>
                 - Delaware River at Matamoras/Port Jervis, PA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=owgn6">OWGN6</a>
                 - Susquehanna River at Owego, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rckn6">RCKN6</a>
                 - Unadilla River at Rockdale, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=undn6">UNDN6</a>
                 - Susquehanna River at Unadilla, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=vstn6">VSTN6</a>
                 - Susquehanna River at Vestal, NY              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=wsrn6">WSRN6</a>
                 - Susquehanna River at Windsor, NY              </li>
                                                                              </ul>
                                                <h3>Birmingham, AL (BMX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=toda1">TODA1</a>
                 - Black Warrior River at Oliver Lock and Dam, AL              </li>
                                                                              </ul>
                                                <h3>Boise, ID (BOI)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bigi1">BIGI1</a>
                 - Boise River at Boise (Glenwood Bridge), ID              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=eagi1">EAGI1</a>
                 - Boise River at Eagle Island, ID              </li>
                                                                              </ul>
                                                <h3>Brownsville, TX (BRO)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rgdt2">RGDT2</a>
                 - Rio Grande at Rio Grande City, TX              </li>
                                                                              </ul>
                                                <h3>Charleston, WV (RLX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mcco1">MCCO1</a>
                 - Muskingum River at McConnelsville Old Lock 7, OH              </li>
                                                                              </ul>
                                                <h3>Chicago, IL (LOT)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=otwi2">OTWI2</a>
                 - Illinois River at Ottawa, IL              </li>
                                                                              </ul>
                                                <h3>Cleveland, OH (CLE)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=fdyo1">FDYO1</a>
                 - Blanchard River at Findlay, OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=kilo1">KILO1</a>
                 - Killbuck Creek at Killbuck, OH              </li>
                                                                              </ul>
                                                <h3>Corpus Christi, TX (CRP)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=dupt2">DUPT2</a>
                 - Guadalupe River near Bloomington, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=glit2">GLIT2</a>
                 - San Antonio River at Goliad, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ldot2">LDOT2</a>
                 - Rio Grande at Laredo, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=vict2">VICT2</a>
                 - Guadalupe River at Victoria, TX              </li>
                                                                              </ul>
                                                <h3>Des Moines, IA (DMX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=aloi4">ALOI4</a>
                 - Cedar River at Waterloo, IA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=cedi4">CEDI4</a>
                 - Cedar River at Cedar Falls, IA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mcwi4">MCWI4</a>
                 - Winnebago River (Northern IA) at Mason City, IA              </li>
                                                                              </ul>
                                                <h3>Fort Worth, TX (FWD)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=cart2">CART2</a>
                 - Elm Fork Trinity River near Carrollton, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=dalt2">DALT2</a>
                 - Trinity River at Dallas, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=fwht2">FWHT2</a>
                 - Clear Fork Trinity River at Fort Worth, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=fwot2">FWOT2</a>
                 - West Fork Trinity River at Fort Worth, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=grot2">GROT2</a>
                 - Paluxy River at Glen Rose, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=sget2">SGET2</a>
                 - Clear Creek near Sanger, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=weat2">WEAT2</a>
                 - Clear Fork Trinity River near Weatherford, TX              </li>
                                                                              </ul>
                                                <h3>Greenville-Spartanburg, SC (GSP)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bltn7">BLTN7</a>
                 - Swannanoa River at Biltmore, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=gsls1">GSLS1</a>
                 - Saluda River near Greenville north of Old Easley Rd, SC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=tksn7">TKSN7</a>
                 - Tuckasegee River at Bryson City, NC              </li>
                                                                              </ul>
                                                <h3>Houston/Galveston, TX (HGX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bact2">BACT2</a>
                 - Colorado River (TX) near Bay City, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bbst2">BBST2</a>
                 - Buffalo Bayou at Shepherd Drive, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=cbst2">CBST2</a>
                 - Colorado River (TX) at Columbus, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=gbht2">GBHT2</a>
                 - Greens Bayou at Houston, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hgtt2">HGTT2</a>
                 - White Oak Bayou at Houston, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hmmt2">HMMT2</a>
                 - West Fork San Jacinto River near Humble, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ncet2">NCET2</a>
                 - East Fork San Jacinto River near New Caney, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=pptt2">PPTT2</a>
                 - Buffalo Bayou at Piney Point Village, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=shlt2">SHLT2</a>
                 - San Jacinto River near Sheldon, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=spnt2">SPNT2</a>
                 - Spring Creek near Spring, TX              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=what2">WHAT2</a>
                 - Colorado River (TX) at Wharton, TX              </li>
                                                                              </ul>
                                                <h3>Indianapolis, IN (IND)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=drei3">DREI3</a>
                 - Driftwood River near Edinburgh, IN              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hufi3">HUFI3</a>
                 - Wabash River at Terre Haute, IN              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=nori3">NORI3</a>
                 - White River (IN) at 82nd Street Bridge near Nora, IN              </li>
                                                                              </ul>
                                                <h3>Jackson, MS (JAN)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hatm6">HATM6</a>
                 - Leaf River at Hattiesburg, MS              </li>
                                                                              </ul>
                                                <h3>Jacksonville, FL (JAX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=tref1">TREF1</a>
                 - Santa Fe River at Three Rivers Estates, FL              </li>
                                                                              </ul>
                                                <h3>Juneau, AK (PAJK)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mnda2">MNDA2</a>
                 - Mendenhall Lake at Lake Level, AK              </li>
                                                                              </ul>
                                                <h3>Lake Charles, LA (LCH)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=vlsl1">VLSL1</a>
                 - Vermilion River at Lafayette - Surrey Street, LA              </li>
                                                                              </ul>
                                                <h3>Louisville, KY (LMK)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=fftk2">FFTK2</a>
                 - Kentucky River at Frankfort Lock, KY              </li>
                                                                              </ul>
                                                <h3>Milwaukee/Sullivan, WI (MKX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=aftw3">AFTW3</a>
                 - Rock River at Afton, WI              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=fatw3">FATW3</a>
                 - Rock River at Fort Atkinson, WI              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=jffw3">JFFW3</a>
                 - Rock River at Jefferson, WI              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=nvlw3">NVLW3</a>
                 - Rock River at Lake Koshkonong, WI              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=watw3">WATW3</a>
                 - Rock River at Watertown, WI              </li>
                                                                              </ul>
                                                <h3>Newport/Morehead City, NC (MHX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=chin7">CHIN7</a>
                 - N.E. Cape Fear River near Chinquapin, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hokn7">HOKN7</a>
                 - Contentnea Creek at Hookerton, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=kinn7">KINN7</a>
                 - Neuse River at Kinston, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=pgvn7">PGVN7</a>
                 - Tar River at Greenville, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=wlln7">WLLN7</a>
                 - Roanoke River at Williamston, NC              </li>
                                                                              </ul>
                                                <h3>Northern Indiana, IN (IWX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=otto1">OTTO1</a>
                 - Blanchard River at Ottawa, OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=sasi3">SASI3</a>
                 - St. Marys River at Muldoon Br., IN              </li>
                                                                              </ul>
                                                <h3>Paducah, KY (PAH)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hlbk2">HLBK2</a>
                 - South Fork Little River at Hopkinsville - Bypass, KY              </li>
                                                                              </ul>
                                                <h3>Peachtree City/Atlanta, GA (FFC)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ausg1">AUSG1</a>
                 - Sweetwater Creek near Austell, GA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=macg1">MACG1</a>
                 - Ocmulgee River at Macon, GA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=sweg1">SWEG1</a>
                 - Suwanee Creek near Suwanee, GA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ving1">VING1</a>
                 - Chattahoochee River at Vinings, GA              </li>
                                                                              </ul>
                                                <h3>Philadelphia/Mount Holly, NJ (PHI)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bvdn4">BVDN4</a>
                 - Delaware River at Belvidere, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=camn4">CAMN4</a>
                 - Passaic River at Chatham, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=estn4">ESTN4</a>
                 - Delaware River at Easton, PA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=fren4">FREN4</a>
                 - Delaware River at Frenchtown, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ltfn4">LTFN4</a>
                 - Passaic River at Little Falls, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mcpn4">MCPN4</a>
                 - Pequannock River at Macopin, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=miln4">MILN4</a>
                 - Passaic River near Millington, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mnvn4">MNVN4</a>
                 - Raritan River at Manville, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=nhpp1">NHPP1</a>
                 - Delaware River at New Hope-Lambertville Bridge, PA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=pinn4">PINN4</a>
                 - Passaic River at Pine Brook, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=pppn4">PPPN4</a>
                 - Pompton River at Pompton Plains, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=pptn4">PPTN4</a>
                 - Ramapo River at Pompton Lakes, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rdln4">RDLN4</a>
                 - Pequannock River at Riverdale, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rgln4">RGLN4</a>
                 - Delaware River at Riegelsville, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=stkn4">STKN4</a>
                 - Delaware River at Stockton, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=tacn4">TACN4</a>
                 - Assunpink Creek at Trenton, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=tren4">TREN4</a>
                 - Delaware River at Trenton, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=wnqn4">WNQN4</a>
                 - Wanaque River at Wanaque, NJ              </li>
                                                                              </ul>
                                                <h3>Pleasant Hill/Kansas City, MO (EAX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=iclk1">ICLK1</a>
                 - Indian Creek at State Line Rd., KS              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=levk1">LEVK1</a>
                 - Missouri River at Leavenworth, KS              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=opdk1">OPDK1</a>
                 - Indian Creek at Overland Park, KS              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=tcrk1">TCRK1</a>
                 - Tomahawk Creek at Roe Avenue, KS              </li>
                                                                              </ul>
                                                <h3>Quad Cities, IA (DVN)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=cidi4">CIDI4</a>
                 - Cedar River at Cedar Rapids, IA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=feei2">FEEI2</a>
                 - Pecatonica River at Freeport, IL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=iowi4">IOWI4</a>
                 - Iowa River at Iowa City, IA              </li>
                                                                              </ul>
                                                <h3>Raleigh, NC (RAH)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bynn7">BYNN7</a>
                 - Haw River near Bynum, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=clyn7">CLYN7</a>
                 - Neuse River near Clayton, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=efdn7">EFDN7</a>
                 - Fishing Creek near Enfield, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=gldn7">GLDN7</a>
                 - Neuse River near Goldsboro, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hawn7">HAWN7</a>
                 - Haw River at Haw River, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=loun7">LOUN7</a>
                 - Tar River at Louisburg, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mann7">MANN7</a>
                 - Little River at Manchester, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=smfn7">SMFN7</a>
                 - Neuse River at Smithfield, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=tarn7">TARN7</a>
                 - Tar River at Tarboro, NC              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=trvn7">TRVN7</a>
                 - Tar River near Tar River, NC              </li>
                                                                              </ul>
                                                <h3>Reno, NV (REV)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=stwn2">STWN2</a>
                 - Carson River near Carson City, NV              </li>
                                                                              </ul>
                                                <h3>Seattle, WA (SEW)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=cenw1">CENW1</a>
                 - Chehalis River at Centralia, WA              </li>
                                                                              </ul>
                                                <h3>Shreveport, LA (SHV)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=lptl1">LPTL1</a>
                 - Sabine River at Logansport, LA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mlul1">MLUL1</a>
                 - Ouachita River at Monroe, LA              </li>
                                                                              </ul>
                                                <h3>Springfield, MO (SGF)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rbxm7">RBXM7</a>
                 - Roubidoux Creek near Waynesville, MO              </li>
                                                                              </ul>
                                                <h3>State College, PA (CTP)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=harp1">HARP1</a>
                 - Susquehanna River at Harrisburg, PA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=jrsp1">JRSP1</a>
                 - West Branch Susquehanna River at Jersey Shore, PA              </li>
                                                                              </ul>
                                                <h3>Tallahassee, FL (TAE)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=abng1">ABNG1</a>
                 - Flint River (GA) at Albany, GA              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bfdf1">BFDF1</a>
                 - Suwannee River at Branford (US 27), FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=blof1">BLOF1</a>
                 - Apalachicola River near Blountstown, FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=douf1">DOUF1</a>
                 - Suwannee River at Dowling Park (CR 250), FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ellf1">ELLF1</a>
                 - Suwannee River at Ellaville (US 90), FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=lurf1">LURF1</a>
                 - Suwannee River at Luraville (SR 51), FL              </li>
                                                                              </ul>
                                                <h3>Tampa Bay Area, FL (TBW)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=barf1">BARF1</a>
                 - Peace River (FL) at Bartow, FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hldf1">HLDF1</a>
                 - Withlacoochee River (FL) at Holder, FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=litf1">LITF1</a>
                 - Alafia River (FL) at Lithia, FL              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=trbf1">TRBF1</a>
                 - Withlacoochee River (FL) at Trilby, FL              </li>
                                                                              </ul>
                                                <h3>Topeka, KS (TOP)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mntk1">MNTK1</a>
                 - Big Blue River near Manhattan, KS              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mwck1">MWCK1</a>
                 - Wildcat Creek at Manhattan Scenic Drive, KS              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rssk1">RSSK1</a>
                 - Cross Creek (KS) at Rossville, KS              </li>
                                                                              </ul>
                                                <h3>Twin Cities/Chanhassen, MN (MPX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=stpm5">STPM5</a>
                 - Mississippi River at St. Paul, MN              </li>
                                                                              </ul>
                                                <h3>Upton, NY (OKX)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=ddcn4">DDCN4</a>
                 - Passaic River at Clifton (Dundee Dam), NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=hohn4">HOHN4</a>
                 - Hohokus Brook at Ho-Ho-Kus, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=lodn4">LODN4</a>
                 - Saddle River at Lodi, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=mawn4">MAWN4</a>
                 - Ramapo River at Mahwah, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=nmln4">NMLN4</a>
                 - Hackensack River at New Milford, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=okln4">OKLN4</a>
                 - Ramapo River at Oakland, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rivn4">RIVN4</a>
                 - Hackensack River at Rivervale, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rwdn4">RWDN4</a>
                 - Saddle River at Ridgewood, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=sadn4">SADN4</a>
                 - Saddle River at Upper Saddle River, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=spgn4">SPGN4</a>
                 - Rahway River at Springfield, NJ              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=vron4">VRON4</a>
                 - Peckman River at Verona, NJ              </li>
                                                                              </ul>
                                                <h3>Wilmington, NC (ILM)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=bgwn7">BGWN7</a>
                 - N.E. Cape Fear River near Burgaw, NC              </li>
                                                                              </ul>
                                                <h3>Wilmington, OH (ILN)</h3>
                            <ul>
                                      
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=beeo1">BEEO1</a>
                 - South Fork Licking River (OH) near Hebron, OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=grno1">GRNO1</a>
                 - Raccoon Creek near Granville, OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=neao1">NEAO1</a>
                 - Licking River (OH) near Newark (Stadden Bridge), OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=nmso1">NMSO1</a>
                 - North Fork Licking River (OH) at Newark Main Street, OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=rcno1">RCNO1</a>
                 - Raccoon Creek at Newark below Wilson St., OH              </li>
                              
                  <!-- river name and link -->
                              <li>
                                <a href="/ahps2/inundation/index.php?gage=sfho1">SFHO1</a>
                 - South Fork Licking River (OH) near Heath, OH              </li>
                      </td>
        </tr>
       </table>
    <!-- end content area -->

  </tr>
  <tr>
    <td valign="top">&nbsp;</td>
    <td>
      <!-- start footer -->
      <div style="margin-left:25px;">

      <!-- start footer inc -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-top: 1px solid #000; margin-top:10px; padding-top:10px;">
   <tr style="vertical-align: top;">
      <td align="left" class="gray">
         <a href="https://www.commerce.gov"><span class="gray">US Dept of Commerce</span></a><br />
         <a href="http://www.noaa.gov"><span class="gray">National Oceanic and Atmospheric Administration</span></a><br />
         National Weather Service<br />
         1325 East West Highway<br />
         Silver Spring, MD 20910<br />
         Page Author: <a href="mailto:w-nws.webmaster@noaa.gov"><span class="gray">NWS Internet Services Team</span></a>
      </td>
      <td style="white-space:nowrap;"><a href="https://www.weather.gov/disclaimer.php"><span class="gray">Disclaimer</span></a><br />
         <a href="https://www.cio.noaa.gov/services_programs/info_quality.html"><span class="gray">Information Quality</span></a><br />
         <a href="https://www.weather.gov/credits"><span class="gray">Credits</span></a><br />
         <a href="https://www.weather.gov/glossary/"><span class="gray">Glossary</span></a><br />
      </td>
      <td style="white-space:nowrap;text-align: right;"><a href="https://www.weather.gov/privacy"><span class="gray">Privacy Policy</span></a><br />
         <a href="https://www.rdc.noaa.gov/%7Efoia/"><span class="gray">Freedom of Information Act (FOIA)</span></a><br />
         <a href="https://www.weather.gov/about"><span class="gray">About Us</span></a><br />
         <a href="https://www.weather.gov/careers/"><span class="gray">Career Opportunities</span></a>
     </td>
   </tr>
</table>

<!-- Start Google Analytics -->

    <script id="_fed_an_ua_tag" type="text/javascript" src="/resources/assets/js/federated-analytics.js?agency=DOC&subagency=NOAA&pua=UA-43953030-4"></script>
<!-- End Google Analytics -->
<!-- end footer inc -->
      <!-- end footer -->
      </div>
      &nbsp;&nbsp;&nbsp;&nbsp;

    </td>
  </tr>
</table>

</body>
</html>
