I can’t believe how awesomely simple the leaflet folks have made web based maps.
Fire up a Yeoman webapp do your linking, etc and add this line to your app.js
var map = L.map('map').setView([37.783, -122.416], 14);
Boom. Freaking awesome open street maps.