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.1965,-122.712)};var g_d30de3e60d3a361b91c0192cd05d53f4 = new google.maps.Geocoder();g_d30de3e60d3a361b91c0192cd05d53f4.geocode( { 'address': "33 N 1st St #3, Ashland, OR 97520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-par-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-par-mortgage'), mapOptions);}document.getElementById('6f4e4c58').innerHTML += ' | View Map';var $ld30de3e60d3a361b91c0192cd05d53f4 = '

Par Mortgage

Address: 33 N 1st St #3, Ashland, OR 97520, USA
Phone: (541) 482-5886
';var m_d30de3e60d3a361b91c0192cd05d53f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Par Mortgage',});m_d30de3e60d3a361b91c0192cd05d53f4['infowindow'] = new google.maps.InfoWindow({content: $ld30de3e60d3a361b91c0192cd05d53f4});var infowindow = new google.maps.InfoWindow({content: $ld30de3e60d3a361b91c0192cd05d53f4});google.maps.event.addListener(m_d30de3e60d3a361b91c0192cd05d53f4, 'click', function() {infowindow.open(map,m_d30de3e60d3a361b91c0192cd05d53f4);});$marker.push(m_d30de3e60d3a361b91c0192cd05d53f4);}});}google.maps.event.addDomListener(window, 'load', initialize);