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(42.4202,-123.336)};var g_0b680cb7e306856ea80dc8139109ab12 = new google.maps.Geocoder();g_0b680cb7e306856ea80dc8139109ab12.geocode( { 'address': "1618 Williams Hwy, Grants Pass, OR 97527, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grants-pass-OR-quikcheck').style.display = '';map = new google.maps.Map(document.getElementById('grants-pass-OR-quikcheck'), mapOptions);}document.getElementById('29b9b770').innerHTML += ' | View Map';var $l0b680cb7e306856ea80dc8139109ab12 = '

QuikCheck

Address: 1618 Williams Hwy, Grants Pass, OR 97527, USA
Phone: (541) 476-6600
';var m_0b680cb7e306856ea80dc8139109ab12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'QuikCheck',});m_0b680cb7e306856ea80dc8139109ab12['infowindow'] = new google.maps.InfoWindow({content: $l0b680cb7e306856ea80dc8139109ab12});var infowindow = new google.maps.InfoWindow({content: $l0b680cb7e306856ea80dc8139109ab12});google.maps.event.addListener(m_0b680cb7e306856ea80dc8139109ab12, 'click', function() {infowindow.open(map,m_0b680cb7e306856ea80dc8139109ab12);});$marker.push(m_0b680cb7e306856ea80dc8139109ab12);}});}google.maps.event.addDomListener(window, 'load', initialize);