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.7063,-122.175)};var g_947501a196966253d01a63be8a17e8cd = new google.maps.Geocoder();g_947501a196966253d01a63be8a17e8cd.geocode( { 'address': "11800 124th Ave NE, Kirkland, WA 98034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirkland-WA-best-chance-auto-loan').style.display = '';map = new google.maps.Map(document.getElementById('kirkland-WA-best-chance-auto-loan'), mapOptions);}document.getElementById('c10c150b').innerHTML += ' | View Map';var $l947501a196966253d01a63be8a17e8cd = '

Best Chance Auto Loan

Address: 11800 124th Ave NE, Kirkland, WA 98034, USA
Phone: (888) 853-0067
';var m_947501a196966253d01a63be8a17e8cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Chance Auto Loan',});m_947501a196966253d01a63be8a17e8cd['infowindow'] = new google.maps.InfoWindow({content: $l947501a196966253d01a63be8a17e8cd});var infowindow = new google.maps.InfoWindow({content: $l947501a196966253d01a63be8a17e8cd});google.maps.event.addListener(m_947501a196966253d01a63be8a17e8cd, 'click', function() {infowindow.open(map,m_947501a196966253d01a63be8a17e8cd);});$marker.push(m_947501a196966253d01a63be8a17e8cd);}});}google.maps.event.addDomListener(window, 'load', initialize);