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.9833,-123.027)};var g_3cf4423a03087cb78865597b4c3524a5 = new google.maps.Geocoder();g_3cf4423a03087cb78865597b4c3524a5.geocode( { 'address': "3915 River Rd N, Keizer, OR 97303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keizer-OR-creative-credit--auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('keizer-OR-creative-credit--auto-sales'), mapOptions);}document.getElementById('4114a890').innerHTML += ' | View Map';var $l3cf4423a03087cb78865597b4c3524a5 = '

Creative Credit & Auto Sales

Address: 3915 River Rd N, Keizer, OR 97303, USA
Phone: (503) 999-3424
';var m_3cf4423a03087cb78865597b4c3524a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Creative Credit & Auto Sales',});m_3cf4423a03087cb78865597b4c3524a5['infowindow'] = new google.maps.InfoWindow({content: $l3cf4423a03087cb78865597b4c3524a5});var infowindow = new google.maps.InfoWindow({content: $l3cf4423a03087cb78865597b4c3524a5});google.maps.event.addListener(m_3cf4423a03087cb78865597b4c3524a5, 'click', function() {infowindow.open(map,m_3cf4423a03087cb78865597b4c3524a5);});$marker.push(m_3cf4423a03087cb78865597b4c3524a5);}});}google.maps.event.addDomListener(window, 'load', initialize);