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_b39ac02ff5021fed10cb9988a23d5d02 = new google.maps.Geocoder();g_b39ac02ff5021fed10cb9988a23d5d02.geocode( { 'address': "10545 Willows Rd NE, Redmond, WA 98052"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redmond-WA-signature-bank').style.display = '';map = new google.maps.Map(document.getElementById('redmond-WA-signature-bank'), mapOptions);}document.getElementById('759a1853').innerHTML += ' | View Map';var $lb39ac02ff5021fed10cb9988a23d5d02 = '

Signature Bank

Address: 10545 Willows Rd NE, Redmond, WA 98052
Phone: (425) 202-3700
';var m_b39ac02ff5021fed10cb9988a23d5d02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signature Bank',});m_b39ac02ff5021fed10cb9988a23d5d02['infowindow'] = new google.maps.InfoWindow({content: $lb39ac02ff5021fed10cb9988a23d5d02});var infowindow = new google.maps.InfoWindow({content: $lb39ac02ff5021fed10cb9988a23d5d02});google.maps.event.addListener(m_b39ac02ff5021fed10cb9988a23d5d02, 'click', function() {infowindow.open(map,m_b39ac02ff5021fed10cb9988a23d5d02);});$marker.push(m_b39ac02ff5021fed10cb9988a23d5d02);}});}google.maps.event.addDomListener(window, 'load', initialize);