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.1842,-122.669)};var g_61db67c3d39652e3fb2c4a0879bfc62c = new google.maps.Geocoder();g_61db67c3d39652e3fb2c4a0879bfc62c.geocode( { 'address': "518 Washington St, Ashland, OR 97520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-reinholdt--oharra-insurance').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-reinholdt--oharra-insurance'), mapOptions);}document.getElementById('3735b6ad').innerHTML += ' | View Map';var $l61db67c3d39652e3fb2c4a0879bfc62c = '

Reinholdt & O'Harra Insurance

Address: 518 Washington St, Ashland, OR 97520, USA
Phone: (541) 482-1921
';var m_61db67c3d39652e3fb2c4a0879bfc62c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reinholdt & O'Harra Insurance',});m_61db67c3d39652e3fb2c4a0879bfc62c['infowindow'] = new google.maps.InfoWindow({content: $l61db67c3d39652e3fb2c4a0879bfc62c});var infowindow = new google.maps.InfoWindow({content: $l61db67c3d39652e3fb2c4a0879bfc62c});google.maps.event.addListener(m_61db67c3d39652e3fb2c4a0879bfc62c, 'click', function() {infowindow.open(map,m_61db67c3d39652e3fb2c4a0879bfc62c);});$marker.push(m_61db67c3d39652e3fb2c4a0879bfc62c);}});}google.maps.event.addDomListener(window, 'load', initialize);