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(45.8118,-122.671)};var g_e0ccaa86a750a4aeae2a71859a1a5f7d = new google.maps.Geocoder();g_e0ccaa86a750a4aeae2a71859a1a5f7d.geocode( { 'address': "7509 S 5th St #101A, Ridgefield, WA 98642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgefield-WA-ridgefield-junction-auto-license').style.display = '';map = new google.maps.Map(document.getElementById('ridgefield-WA-ridgefield-junction-auto-license'), mapOptions);}document.getElementById('f4d2f7ec').innerHTML += ' | View Map';var $le0ccaa86a750a4aeae2a71859a1a5f7d = '

Ridgefield Junction Auto License

Address: 7509 S 5th St #101A, Ridgefield, WA 98642, USA
Phone: (360) 887-2345
';var m_e0ccaa86a750a4aeae2a71859a1a5f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ridgefield Junction Auto License',});m_e0ccaa86a750a4aeae2a71859a1a5f7d['infowindow'] = new google.maps.InfoWindow({content: $le0ccaa86a750a4aeae2a71859a1a5f7d});var infowindow = new google.maps.InfoWindow({content: $le0ccaa86a750a4aeae2a71859a1a5f7d});google.maps.event.addListener(m_e0ccaa86a750a4aeae2a71859a1a5f7d, 'click', function() {infowindow.open(map,m_e0ccaa86a750a4aeae2a71859a1a5f7d);});$marker.push(m_e0ccaa86a750a4aeae2a71859a1a5f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);