/*global _gat, GBrowserIsCompatible, GEvent, GLatLng, GMap2, GMarker, GUnload, lightbox, window*//*jslint bitwise: true, browser: true, eqeqeq: true, immed: true, newcap: false, nomen: false, onevar: true, plusplus: true, regexp: true, undef: true */document.addEvent('ready', function () {var i, link, links = document.links;for (i = 0; (link = links[i]); i += 1) {if (!(/mailto:/).test(link.href) && link.hostname.search(location.hostname) === -1 && (/http(s)?:/).test(link.href)) {link.target = '_blank';link.title = 'Link opens in new window';}}});document.addEvent('ready', function () {if (document.get('#contact')) {if (GBrowserIsCompatible()) {var map = new GMap2(document.getElementById("map")), text = '<span class="gmap-title">Larson Hart &amp; Shepherd, PLLC</span><br /><span class="gmap-address">600 University St Ste 1730<br />Seattle WA 98101-3150</span><br /><span class="gmap-directions">Get directions to our office</span><form action="http://maps.google.com/maps" target="_blank"><label for="saddr">Enter your address:</label><br /><input id="saddr" name="saddr" size="20" type="text" /><input name="daddr" type="hidden" value="600 University St Ste 1730, Seattle, WA 98101-3150 @47.610091,-122.331455" /><input type="submit" value="GO" class="gmap-submit" /></form>', marker;map.setCenter(new GLatLng(47.610091, -122.331455), 15);map.setUIToDefault();marker = new GMarker(new GLatLng(47.610091, -122.331455));map.addOverlay(marker);marker.openInfoWindowHtml(text);GEvent.addListener(marker, 'click', function () {marker.openInfoWindowHtml(text);});window.addEvent('unload', GUnload);}}});document.addEvent('ready', function () {if (document.get('.gallery')) {lightbox.initialize(1, 80, 8, true, 5000);}});document.ready();try {var pageTracker = _gat._getTracker('UA-354419-1');pageTracker._trackPageview();} catch (e) {}