var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(47.6113,-122.333)};var g_6701276e66817c5cc6210d9c04662fdf = new google.maps.Geocoder();g_6701276e66817c5cc6210d9c04662fdf.geocode( { 'address': "600 University St, Seattle, WA 98101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-nai-norris-beggs-simpson').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-nai-norris-beggs-simpson'), mapOptions);}document.getElementById('d0d049c2').innerHTML += ' | View Map';var $l6701276e66817c5cc6210d9c04662fdf = '

Nai Norris Beggs & Simpson

Address: 600 University St, Seattle, WA 98101
Phone: (206) 587-1840
';var m_6701276e66817c5cc6210d9c04662fdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nai Norris Beggs & Simpson',});m_6701276e66817c5cc6210d9c04662fdf['infowindow'] = new google.maps.InfoWindow({content: $l6701276e66817c5cc6210d9c04662fdf});var infowindow = new google.maps.InfoWindow({content: $l6701276e66817c5cc6210d9c04662fdf});google.maps.event.addListener(m_6701276e66817c5cc6210d9c04662fdf, 'click', function() {infowindow.open(map,m_6701276e66817c5cc6210d9c04662fdf);});$marker.push(m_6701276e66817c5cc6210d9c04662fdf);}});}google.maps.event.addDomListener(window, 'load', initialize);