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.7163,-117.44)};var g_b9c72b87254f0b30ae977c99e10b729e = new google.maps.Geocoder();g_b9c72b87254f0b30ae977c99e10b729e.geocode( { 'address': "1916 W Francis Ave, Spokane, WA 99205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-numerica-credit-union---five-mile-branch').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-numerica-credit-union---five-mile-branch'), mapOptions);}document.getElementById('0a4c911e').innerHTML += ' | View Map';var $lb9c72b87254f0b30ae977c99e10b729e = '

Numerica Credit Union - Five Mile Branch

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