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.6279,-117.379)};var g_9e04e03c0bd7483afe652b484b27d7cd = new google.maps.Geocoder();g_9e04e03c0bd7483afe652b484b27d7cd.geocode( { 'address': "2202 E 29th Ave, Spokane, WA 99203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-numerica-credit-union---south-hill-branch').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-numerica-credit-union---south-hill-branch'), mapOptions);}document.getElementById('228660a6').innerHTML += ' | View Map';var $l9e04e03c0bd7483afe652b484b27d7cd = '

Numerica Credit Union - South Hill Branch

Address: 2202 E 29th Ave, Spokane, WA 99203, USA
Phone: (509) 535-7613
';var m_9e04e03c0bd7483afe652b484b27d7cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Numerica Credit Union - South Hill Branch',});m_9e04e03c0bd7483afe652b484b27d7cd['infowindow'] = new google.maps.InfoWindow({content: $l9e04e03c0bd7483afe652b484b27d7cd});var infowindow = new google.maps.InfoWindow({content: $l9e04e03c0bd7483afe652b484b27d7cd});google.maps.event.addListener(m_9e04e03c0bd7483afe652b484b27d7cd, 'click', function() {infowindow.open(map,m_9e04e03c0bd7483afe652b484b27d7cd);});$marker.push(m_9e04e03c0bd7483afe652b484b27d7cd);}});}google.maps.event.addDomListener(window, 'load', initialize);