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.6504,-117.616)};var g_97cc775a12dd85b38c4c63bf11e43fef = new google.maps.Geocoder();g_97cc775a12dd85b38c4c63bf11e43fef.geocode( { 'address': "11917 W Sunset Hwy, Airway Heights, WA 99001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('airway-heights-WA-inb-airway-heights').style.display = '';map = new google.maps.Map(document.getElementById('airway-heights-WA-inb-airway-heights'), mapOptions);}document.getElementById('8f245ff8').innerHTML += ' | View Map';var $l97cc775a12dd85b38c4c63bf11e43fef = '

INB Airway Heights

Address: 11917 W Sunset Hwy, Airway Heights, WA 99001
Phone: (509) 244-4840
';var m_97cc775a12dd85b38c4c63bf11e43fef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'INB Airway Heights',});m_97cc775a12dd85b38c4c63bf11e43fef['infowindow'] = new google.maps.InfoWindow({content: $l97cc775a12dd85b38c4c63bf11e43fef});var infowindow = new google.maps.InfoWindow({content: $l97cc775a12dd85b38c4c63bf11e43fef});google.maps.event.addListener(m_97cc775a12dd85b38c4c63bf11e43fef, 'click', function() {infowindow.open(map,m_97cc775a12dd85b38c4c63bf11e43fef);});$marker.push(m_97cc775a12dd85b38c4c63bf11e43fef);}});}google.maps.event.addDomListener(window, 'load', initialize);