/**
* Las Vegas Diamond Hotels Map App
* @namespace {object} app
*/
var app = app || {};
/**
* Callback for Google Maps. Runs after the maps api is loaded.
*
* @function app.init
* @memberof app
*/
app.init = function() {
app.model = new app.Hotel();
app.vm = new app.ViewModel();
app.mv = new app.MapView();