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.6159,-122.196)};var g_5610de79ad05df3356459d4c71a04774 = new google.maps.Geocoder();g_5610de79ad05df3356459d4c71a04774.geocode( { 'address': "Bellevue Corporate Plaza, 600 108th Ave NE #347, Bellevue, WA 98004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-valdez-lehman-pllc').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-valdez-lehman-pllc'), mapOptions);}document.getElementById('837c6bfb').innerHTML += ' | View Map';var $l5610de79ad05df3356459d4c71a04774 = '

Valdez Lehman PLLC

Address: Bellevue Corporate Plaza, 600 108th Ave NE #347, Bellevue, WA 98004, USA
Phone: (425) 458-4415
';var m_5610de79ad05df3356459d4c71a04774 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valdez Lehman PLLC',});m_5610de79ad05df3356459d4c71a04774['infowindow'] = new google.maps.InfoWindow({content: $l5610de79ad05df3356459d4c71a04774});var infowindow = new google.maps.InfoWindow({content: $l5610de79ad05df3356459d4c71a04774});google.maps.event.addListener(m_5610de79ad05df3356459d4c71a04774, 'click', function() {infowindow.open(map,m_5610de79ad05df3356459d4c71a04774);});$marker.push(m_5610de79ad05df3356459d4c71a04774);}});}google.maps.event.addDomListener(window, 'load', initialize);