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.6501,-117.417)};var g_8327c68794bf59ca797cd45945a04952 = new google.maps.Geocoder();g_8327c68794bf59ca797cd45945a04952.geocode( { 'address': "613 S Washington St, Spokane, WA 99204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-united-health-services-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-united-health-services-credit-union'), mapOptions);}document.getElementById('635c4bfe').innerHTML += ' | View Map';var $l8327c68794bf59ca797cd45945a04952 = '

United Health Services Credit Union

Address: 613 S Washington St, Spokane, WA 99204, USA
Phone: (509) 455-4067
';var m_8327c68794bf59ca797cd45945a04952 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Health Services Credit Union',});m_8327c68794bf59ca797cd45945a04952['infowindow'] = new google.maps.InfoWindow({content: $l8327c68794bf59ca797cd45945a04952});var infowindow = new google.maps.InfoWindow({content: $l8327c68794bf59ca797cd45945a04952});google.maps.event.addListener(m_8327c68794bf59ca797cd45945a04952, 'click', function() {infowindow.open(map,m_8327c68794bf59ca797cd45945a04952);});$marker.push(m_8327c68794bf59ca797cd45945a04952);}});}google.maps.event.addDomListener(window, 'load', initialize);