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.6583,-117.42)};var g_2076a4072c153afd44d66853200675bb = new google.maps.Geocoder();g_2076a4072c153afd44d66853200675bb.geocode( { 'address': "502 W Riverside Ave, Spokane, WA 99201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-numerica-credit-union---downtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-numerica-credit-union---downtown-branch'), mapOptions);}document.getElementById('39e48887').innerHTML += ' | View Map';var $l2076a4072c153afd44d66853200675bb = '

Numerica Credit Union - Downtown Branch

Address: 502 W Riverside Ave, Spokane, WA 99201, USA
Phone: (509) 535-7613
';var m_2076a4072c153afd44d66853200675bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Numerica Credit Union - Downtown Branch',});m_2076a4072c153afd44d66853200675bb['infowindow'] = new google.maps.InfoWindow({content: $l2076a4072c153afd44d66853200675bb});var infowindow = new google.maps.InfoWindow({content: $l2076a4072c153afd44d66853200675bb});google.maps.event.addListener(m_2076a4072c153afd44d66853200675bb, 'click', function() {infowindow.open(map,m_2076a4072c153afd44d66853200675bb);});$marker.push(m_2076a4072c153afd44d66853200675bb);}});}google.maps.event.addDomListener(window, 'load', initialize);