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.7034,-122.154)};var g_4805a356c870c93e9d100a40f98e3c98 = new google.maps.Geocoder();g_4805a356c870c93e9d100a40f98e3c98.geocode( { 'address': "11431 Willows Rd #140, Redmond, WA 98052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redmond-WA-banner-bank-commercial-banking-office').style.display = '';map = new google.maps.Map(document.getElementById('redmond-WA-banner-bank-commercial-banking-office'), mapOptions);}document.getElementById('acfdc749').innerHTML += ' | View Map';var $l4805a356c870c93e9d100a40f98e3c98 = '

Banner Bank Commercial Banking Office

Address: 11431 Willows Rd #140, Redmond, WA 98052, USA
Phone: (425) 861-1856
';var m_4805a356c870c93e9d100a40f98e3c98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banner Bank Commercial Banking Office',});m_4805a356c870c93e9d100a40f98e3c98['infowindow'] = new google.maps.InfoWindow({content: $l4805a356c870c93e9d100a40f98e3c98});var infowindow = new google.maps.InfoWindow({content: $l4805a356c870c93e9d100a40f98e3c98});google.maps.event.addListener(m_4805a356c870c93e9d100a40f98e3c98, 'click', function() {infowindow.open(map,m_4805a356c870c93e9d100a40f98e3c98);});$marker.push(m_4805a356c870c93e9d100a40f98e3c98);}});}google.maps.event.addDomListener(window, 'load', initialize);