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()};var g_bc4e356fee1972242c8f7eabf4dff517 = new google.maps.Geocoder();g_bc4e356fee1972242c8f7eabf4dff517.geocode( { 'address': "13211 E 32nd Ave, Spokane Valley, WA 99216"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-valley-WA-stcu').style.display = '';map = new google.maps.Map(document.getElementById('spokane-valley-WA-stcu'), mapOptions);}document.getElementById('b742da36').innerHTML += ' | View Map';var $lbc4e356fee1972242c8f7eabf4dff517 = '

STCU

Address: 13211 E 32nd Ave, Spokane Valley, WA 99216
Phone: (509) 326-1964
';var m_bc4e356fee1972242c8f7eabf4dff517 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'STCU',});m_bc4e356fee1972242c8f7eabf4dff517['infowindow'] = new google.maps.InfoWindow({content: $lbc4e356fee1972242c8f7eabf4dff517});var infowindow = new google.maps.InfoWindow({content: $lbc4e356fee1972242c8f7eabf4dff517});google.maps.event.addListener(m_bc4e356fee1972242c8f7eabf4dff517, 'click', function() {infowindow.open(map,m_bc4e356fee1972242c8f7eabf4dff517);});$marker.push(m_bc4e356fee1972242c8f7eabf4dff517);}});}google.maps.event.addDomListener(window, 'load', initialize);