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.0561,-121.3)};var g_5990d9872c5c85cd62ef6ffb0f09c202 = new google.maps.Geocoder();g_5990d9872c5c85cd62ef6ffb0f09c202.geocode( { 'address': "404 NE Franklin Ave, Bend, OR 97701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-america-one-home-lending').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-america-one-home-lending'), mapOptions);}document.getElementById('3073a2c9').innerHTML += ' | View Map';var $l5990d9872c5c85cd62ef6ffb0f09c202 = '

America One Home Lending

Address: 404 NE Franklin Ave, Bend, OR 97701, USA
Phone: (541) 385-8906
';var m_5990d9872c5c85cd62ef6ffb0f09c202 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America One Home Lending',});m_5990d9872c5c85cd62ef6ffb0f09c202['infowindow'] = new google.maps.InfoWindow({content: $l5990d9872c5c85cd62ef6ffb0f09c202});var infowindow = new google.maps.InfoWindow({content: $l5990d9872c5c85cd62ef6ffb0f09c202});google.maps.event.addListener(m_5990d9872c5c85cd62ef6ffb0f09c202, 'click', function() {infowindow.open(map,m_5990d9872c5c85cd62ef6ffb0f09c202);});$marker.push(m_5990d9872c5c85cd62ef6ffb0f09c202);}});}google.maps.event.addDomListener(window, 'load', initialize);