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.6837,-117.402)};var g_4ef8903db67f69dc88cb6fc652cac08d = new google.maps.Geocoder();g_4ef8903db67f69dc88cb6fc652cac08d.geocode( { 'address': "529 E North Foothills Dr, Spokane, WA 99207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-safeway-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-safeway-federal-credit-union'), mapOptions);}document.getElementById('9e245daf').innerHTML += ' | View Map';var $l4ef8903db67f69dc88cb6fc652cac08d = '

Safeway Federal Credit UNION

Address: 529 E North Foothills Dr, Spokane, WA 99207, USA
Phone: (509) 483-9416
';var m_4ef8903db67f69dc88cb6fc652cac08d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Safeway Federal Credit UNION',});m_4ef8903db67f69dc88cb6fc652cac08d['infowindow'] = new google.maps.InfoWindow({content: $l4ef8903db67f69dc88cb6fc652cac08d});var infowindow = new google.maps.InfoWindow({content: $l4ef8903db67f69dc88cb6fc652cac08d});google.maps.event.addListener(m_4ef8903db67f69dc88cb6fc652cac08d, 'click', function() {infowindow.open(map,m_4ef8903db67f69dc88cb6fc652cac08d);});$marker.push(m_4ef8903db67f69dc88cb6fc652cac08d);}});}google.maps.event.addDomListener(window, 'load', initialize);