Basic ArcGIS for JavaScript API map viewer with responsive sidebar navigation that toggles overlay layers. Built with bootsrap for RWD
Search with big screen, geolocation API with small screen
###Use your mapservice
//set overlayLayer
mapSerivceURL = "https://yourserver/arcgis/rest/services/DynamicBasemap/MapServer";
overlayLayer = new ArcGISDynamicMapServiceLayer(mapServiceURL);
###Demo
http://geo-odyssey.com/links/Public/
Uses public tile map, missing private layers (temp)