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.6595,-117.422)};var g_1006525137f948b588322af3ffe4f7ec = new google.maps.Geocoder();g_1006525137f948b588322af3ffe4f7ec.geocode( { 'address': "207 N Wall St, Spokane, WA 99201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-stcu-downtown-spokane-branch').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-stcu-downtown-spokane-branch'), mapOptions);}document.getElementById('770cba07').innerHTML += ' | View Map';var $l1006525137f948b588322af3ffe4f7ec = '

STCU: Downtown Spokane Branch

Address: 207 N Wall St, Spokane, WA 99201, USA
Phone: (800) 858-3750
';var m_1006525137f948b588322af3ffe4f7ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'STCU: Downtown Spokane Branch',});m_1006525137f948b588322af3ffe4f7ec['infowindow'] = new google.maps.InfoWindow({content: $l1006525137f948b588322af3ffe4f7ec});var infowindow = new google.maps.InfoWindow({content: $l1006525137f948b588322af3ffe4f7ec});google.maps.event.addListener(m_1006525137f948b588322af3ffe4f7ec, 'click', function() {infowindow.open(map,m_1006525137f948b588322af3ffe4f7ec);});$marker.push(m_1006525137f948b588322af3ffe4f7ec);}});}google.maps.event.addDomListener(window, 'load', initialize);