The Morning Report
Get the news and information you need to take on the day.
function switchLayer1() { if (!document.theform.layers1.checked) { map.removeOverlay(layerLowExit); } else { map.addOverlay(layerLowExit); }
}
function switchLayer2() { if (!document.theform.layers2.checked) { map.removeOverlay(layerHighExit); } else { map.addOverlay(layerHighExit); } }
function switchLayer3() { if (!document.theform.layers3.checked) { map.removeOverlay(layerAll); } else { map.removeOverlay(neighborhoods); map.addOverlay(layerAll); map.addOverlay(neighborhoods); } }
JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then
try again.