A jQuery library that adds Google Maps to DOM elements using HTML data attributes.
<div class='map' data-pickup="Heathrow Terminal 1" data-destination="London Waterloo"></div>
$(".map").journey();
This document is licensed as free software under the terms of the MIT License: http://www.opensource.org/licenses/mit-license.php