DISCLAIMER: Aloha From 808 is solely created for recreational purposes and NOT intended for use as a guide. Please be responsible and respectful if choosing to visit locations I photograph, as you do so at your own risk and the risk of endangering others. This website and owner will not be liable for injury, medical/legal fees, fines or property damage as a result of viewing. Do not use content on this website without permission (see more).
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(21.30889, -157.82611), 13);
map.setUIToDefault();
}
}