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.4986,-122.692)};var g_11b9fd1d1591c5fde11f674a1af7c83c = new google.maps.Geocoder();g_11b9fd1d1591c5fde11f674a1af7c83c.geocode( { 'address': "2275 W Burnside St, Portland, OR 97210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-landover-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-landover-mortgage'), mapOptions);}document.getElementById('8bcfc6e1').innerHTML += ' | View Map';var $l11b9fd1d1591c5fde11f674a1af7c83c = '

Landover Mortgage

Address: 2275 W Burnside St, Portland, OR 97210
Phone: (503) 471-3410
';var m_11b9fd1d1591c5fde11f674a1af7c83c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landover Mortgage',});m_11b9fd1d1591c5fde11f674a1af7c83c['infowindow'] = new google.maps.InfoWindow({content: $l11b9fd1d1591c5fde11f674a1af7c83c});var infowindow = new google.maps.InfoWindow({content: $l11b9fd1d1591c5fde11f674a1af7c83c});google.maps.event.addListener(m_11b9fd1d1591c5fde11f674a1af7c83c, 'click', function() {infowindow.open(map,m_11b9fd1d1591c5fde11f674a1af7c83c);});$marker.push(m_11b9fd1d1591c5fde11f674a1af7c83c);}});}google.maps.event.addDomListener(window, 'load', initialize);