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(44.9282,-122.982)};var g_8632c4ac98dc7f433ec3d20dcd1f4edd = new google.maps.Geocoder();g_8632c4ac98dc7f433ec3d20dcd1f4edd.geocode( { 'address': "4061 State St, Salem, OR 97301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-creative-credit--auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-creative-credit--auto-sales'), mapOptions);}document.getElementById('66d8dacf').innerHTML += ' | View Map';var $l8632c4ac98dc7f433ec3d20dcd1f4edd = '

Creative Credit & Auto Sales

Address: 4061 State St, Salem, OR 97301, USA
Phone: (503) 409-5054
';var m_8632c4ac98dc7f433ec3d20dcd1f4edd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Creative Credit & Auto Sales',});m_8632c4ac98dc7f433ec3d20dcd1f4edd['infowindow'] = new google.maps.InfoWindow({content: $l8632c4ac98dc7f433ec3d20dcd1f4edd});var infowindow = new google.maps.InfoWindow({content: $l8632c4ac98dc7f433ec3d20dcd1f4edd});google.maps.event.addListener(m_8632c4ac98dc7f433ec3d20dcd1f4edd, 'click', function() {infowindow.open(map,m_8632c4ac98dc7f433ec3d20dcd1f4edd);});$marker.push(m_8632c4ac98dc7f433ec3d20dcd1f4edd);}});}google.maps.event.addDomListener(window, 'load', initialize);