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(43.0645,-124.139)};var g_f52f2c4878f764793c0d250a33611671 = new google.maps.Geocoder();g_f52f2c4878f764793c0d250a33611671.geocode( { 'address': "320 8th St, Myrtle Point, OR 97458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-point-OR-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-point-OR-chase-mortgage'), mapOptions);}document.getElementById('d6a85c10').innerHTML += ' | View Map';var $lf52f2c4878f764793c0d250a33611671 = '

Chase Mortgage

Address: 320 8th St, Myrtle Point, OR 97458, USA
Phone: (541) 572-5202
';var m_f52f2c4878f764793c0d250a33611671 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_f52f2c4878f764793c0d250a33611671['infowindow'] = new google.maps.InfoWindow({content: $lf52f2c4878f764793c0d250a33611671});var infowindow = new google.maps.InfoWindow({content: $lf52f2c4878f764793c0d250a33611671});google.maps.event.addListener(m_f52f2c4878f764793c0d250a33611671, 'click', function() {infowindow.open(map,m_f52f2c4878f764793c0d250a33611671);});$marker.push(m_f52f2c4878f764793c0d250a33611671);}});}google.maps.event.addDomListener(window, 'load', initialize);