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.6423,-117.587)};var g_b4f124c68303045ca2ebd77c607ee2f6 = new google.maps.Geocoder();g_b4f124c68303045ca2ebd77c607ee2f6.geocode( { 'address': "12711 W 14th Ave, Airway Heights, WA 99001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('airway-heights-WA-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('airway-heights-WA-auto-credit'), mapOptions);}document.getElementById('35fb34ef').innerHTML += ' | View Map';var $lb4f124c68303045ca2ebd77c607ee2f6 = '

Auto Credit

Address: 12711 W 14th Ave, Airway Heights, WA 99001, USA
Phone: (509) 536-6332
';var m_b4f124c68303045ca2ebd77c607ee2f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Credit',});m_b4f124c68303045ca2ebd77c607ee2f6['infowindow'] = new google.maps.InfoWindow({content: $lb4f124c68303045ca2ebd77c607ee2f6});var infowindow = new google.maps.InfoWindow({content: $lb4f124c68303045ca2ebd77c607ee2f6});google.maps.event.addListener(m_b4f124c68303045ca2ebd77c607ee2f6, 'click', function() {infowindow.open(map,m_b4f124c68303045ca2ebd77c607ee2f6);});$marker.push(m_b4f124c68303045ca2ebd77c607ee2f6);}});}google.maps.event.addDomListener(window, 'load', initialize);