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.0288,-122.929)};var g_cc84cecc4521ad0b37b79712797317b1 = new google.maps.Geocoder();g_cc84cecc4521ad0b37b79712797317b1.geocode( { 'address': "2015 Cooper Point Rd SW, Olympia, WA 98502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olympia-WA-washington-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('olympia-WA-washington-auto-credit'), mapOptions);}document.getElementById('565b5323').innerHTML += ' | View Map';var $lcc84cecc4521ad0b37b79712797317b1 = '

Washington Auto Credit

Address: 2015 Cooper Point Rd SW, Olympia, WA 98502, USA
Phone: (360) 529-0002
';var m_cc84cecc4521ad0b37b79712797317b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Auto Credit',});m_cc84cecc4521ad0b37b79712797317b1['infowindow'] = new google.maps.InfoWindow({content: $lcc84cecc4521ad0b37b79712797317b1});var infowindow = new google.maps.InfoWindow({content: $lcc84cecc4521ad0b37b79712797317b1});google.maps.event.addListener(m_cc84cecc4521ad0b37b79712797317b1, 'click', function() {infowindow.open(map,m_cc84cecc4521ad0b37b79712797317b1);});$marker.push(m_cc84cecc4521ad0b37b79712797317b1);}});}google.maps.event.addDomListener(window, 'load', initialize);