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.4171,-122.458)};var g_e692a768c60ae1c5257c7cbb53dd284c = new google.maps.Geocoder();g_e692a768c60ae1c5257c7cbb53dd284c.geocode( { 'address': "19956 SE Anderson Rd, Damascus, OR 97089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damascus-OR-guild-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('damascus-OR-guild-mortgage-co'), mapOptions);}document.getElementById('9a6ac90d').innerHTML += ' | View Map';var $le692a768c60ae1c5257c7cbb53dd284c = '

Guild Mortgage Co

Address: 19956 SE Anderson Rd, Damascus, OR 97089, USA
Phone: (503) 658-1805
';var m_e692a768c60ae1c5257c7cbb53dd284c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Co',});m_e692a768c60ae1c5257c7cbb53dd284c['infowindow'] = new google.maps.InfoWindow({content: $le692a768c60ae1c5257c7cbb53dd284c});var infowindow = new google.maps.InfoWindow({content: $le692a768c60ae1c5257c7cbb53dd284c});google.maps.event.addListener(m_e692a768c60ae1c5257c7cbb53dd284c, 'click', function() {infowindow.open(map,m_e692a768c60ae1c5257c7cbb53dd284c);});$marker.push(m_e692a768c60ae1c5257c7cbb53dd284c);}});}google.maps.event.addDomListener(window, 'load', initialize);