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.6511,-124.051)};var g_70cf3d1bb236aa106c81af774749e421 = new google.maps.Geocoder();g_70cf3d1bb236aa106c81af774749e421.geocode( { 'address': "150 NE 20th St, Newport, OR 97365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-OR-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('newport-OR-chase-mortgage'), mapOptions);}document.getElementById('cbb98b68').innerHTML += ' | View Map';var $l70cf3d1bb236aa106c81af774749e421 = '

Chase Mortgage

Address: 150 NE 20th St, Newport, OR 97365, USA
Phone: (541) 265-5564
';var m_70cf3d1bb236aa106c81af774749e421 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_70cf3d1bb236aa106c81af774749e421['infowindow'] = new google.maps.InfoWindow({content: $l70cf3d1bb236aa106c81af774749e421});var infowindow = new google.maps.InfoWindow({content: $l70cf3d1bb236aa106c81af774749e421});google.maps.event.addListener(m_70cf3d1bb236aa106c81af774749e421, 'click', function() {infowindow.open(map,m_70cf3d1bb236aa106c81af774749e421);});$marker.push(m_70cf3d1bb236aa106c81af774749e421);}});}google.maps.event.addDomListener(window, 'load', initialize);