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_f2b93a9dcd1d961d041832f689e82ed2 = new google.maps.Geocoder();g_f2b93a9dcd1d961d041832f689e82ed2.geocode( { 'address': "613 S Washington St, Spokane, WA 99204"}, 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('fc65e0e7').innerHTML += ' | View Map';var $lf2b93a9dcd1d961d041832f689e82ed2 = '

United Health Services Credit Union

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