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.6684,-117.433)};var g_74c51c08166a444760e2363ae10eaaa7 = new google.maps.Geocoder();g_74c51c08166a444760e2363ae10eaaa7.geocode( { 'address': "9625 N Newport Hwy, Spokane, WA 99218"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-northland-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-northland-credit-union'), mapOptions);}document.getElementById('b474a67b').innerHTML += ' | View Map';var $l74c51c08166a444760e2363ae10eaaa7 = '

Northland Credit Union

Address: 9625 N Newport Hwy, Spokane, WA 99218
Phone: (509) 466-3456
';var m_74c51c08166a444760e2363ae10eaaa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland Credit Union',});m_74c51c08166a444760e2363ae10eaaa7['infowindow'] = new google.maps.InfoWindow({content: $l74c51c08166a444760e2363ae10eaaa7});var infowindow = new google.maps.InfoWindow({content: $l74c51c08166a444760e2363ae10eaaa7});google.maps.event.addListener(m_74c51c08166a444760e2363ae10eaaa7, 'click', function() {infowindow.open(map,m_74c51c08166a444760e2363ae10eaaa7);});$marker.push(m_74c51c08166a444760e2363ae10eaaa7);}});}google.maps.event.addDomListener(window, 'load', initialize);