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

Gesa Credit Union

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