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(45.0047,-123.026)};var g_857a5b84b16d45b312dbfedca0ed7b09 = new google.maps.Geocoder();g_857a5b84b16d45b312dbfedca0ed7b09.geocode( { 'address': "5560 Inland Shores Way N, Keizer, OR 97303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keizer-OR-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('keizer-OR-chase-mortgage'), mapOptions);}document.getElementById('268cb542').innerHTML += ' | View Map';var $l857a5b84b16d45b312dbfedca0ed7b09 = '

Chase Mortgage

Address: 5560 Inland Shores Way N, Keizer, OR 97303, USA
Phone: (503) 930-8952
';var m_857a5b84b16d45b312dbfedca0ed7b09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_857a5b84b16d45b312dbfedca0ed7b09['infowindow'] = new google.maps.InfoWindow({content: $l857a5b84b16d45b312dbfedca0ed7b09});var infowindow = new google.maps.InfoWindow({content: $l857a5b84b16d45b312dbfedca0ed7b09});google.maps.event.addListener(m_857a5b84b16d45b312dbfedca0ed7b09, 'click', function() {infowindow.open(map,m_857a5b84b16d45b312dbfedca0ed7b09);});$marker.push(m_857a5b84b16d45b312dbfedca0ed7b09);}});}google.maps.event.addDomListener(window, 'load', initialize);