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.6437,-117.562)};var g_c9000ba7cb68a71a84c704566469c52c = new google.maps.Geocoder();g_c9000ba7cb68a71a84c704566469c52c.geocode( { 'address': "1210 S Hayford Rd, Airway Heights, WA 99001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('airway-heights-WA-numerica-credit-union---airway-heights-branch').style.display = '';map = new google.maps.Map(document.getElementById('airway-heights-WA-numerica-credit-union---airway-heights-branch'), mapOptions);}document.getElementById('7e0d62f0').innerHTML += ' | View Map';var $lc9000ba7cb68a71a84c704566469c52c = '

Numerica Credit Union - Airway Heights Branch

Address: 1210 S Hayford Rd, Airway Heights, WA 99001, USA
Phone: (509) 535-7613
';var m_c9000ba7cb68a71a84c704566469c52c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Numerica Credit Union - Airway Heights Branch',});m_c9000ba7cb68a71a84c704566469c52c['infowindow'] = new google.maps.InfoWindow({content: $lc9000ba7cb68a71a84c704566469c52c});var infowindow = new google.maps.InfoWindow({content: $lc9000ba7cb68a71a84c704566469c52c});google.maps.event.addListener(m_c9000ba7cb68a71a84c704566469c52c, 'click', function() {infowindow.open(map,m_c9000ba7cb68a71a84c704566469c52c);});$marker.push(m_c9000ba7cb68a71a84c704566469c52c);}});}google.maps.event.addDomListener(window, 'load', initialize);