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.6836,-122.122)};var g_3542cb40c00dd83058ef34590afaffbf = new google.maps.Geocoder();g_3542cb40c00dd83058ef34590afaffbf.geocode( { 'address': "8862 161st Ave NE, STE #106, Redmond, WA 98052"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redmond-WA-charles-schwab').style.display = '';map = new google.maps.Map(document.getElementById('redmond-WA-charles-schwab'), mapOptions);}document.getElementById('861c0233').innerHTML += ' | View Map';var $l3542cb40c00dd83058ef34590afaffbf = '

Charles Schwab

Address: 8862 161st Ave NE, STE #106, Redmond, WA 98052
Phone: (425) 558-3434
';var m_3542cb40c00dd83058ef34590afaffbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Schwab',});m_3542cb40c00dd83058ef34590afaffbf['infowindow'] = new google.maps.InfoWindow({content: $l3542cb40c00dd83058ef34590afaffbf});var infowindow = new google.maps.InfoWindow({content: $l3542cb40c00dd83058ef34590afaffbf});google.maps.event.addListener(m_3542cb40c00dd83058ef34590afaffbf, 'click', function() {infowindow.open(map,m_3542cb40c00dd83058ef34590afaffbf);});$marker.push(m_3542cb40c00dd83058ef34590afaffbf);}});}google.maps.event.addDomListener(window, 'load', initialize);