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.0464,-121.309)};var g_da4415f5835236cd7fcf8906196f6351 = new google.maps.Geocoder();g_da4415f5835236cd7fcf8906196f6351.geocode( { 'address': "360 SW Bond St #120, Bend, OR 97702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-homestreet-bank-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-homestreet-bank-home-loan-center'), mapOptions);}document.getElementById('db0cced4').innerHTML += ' | View Map';var $lda4415f5835236cd7fcf8906196f6351 = '

HomeStreet Bank Home Loan Center

Address: 360 SW Bond St #120, Bend, OR 97702, USA
Phone: (458) 206-2120
';var m_da4415f5835236cd7fcf8906196f6351 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeStreet Bank Home Loan Center',});m_da4415f5835236cd7fcf8906196f6351['infowindow'] = new google.maps.InfoWindow({content: $lda4415f5835236cd7fcf8906196f6351});var infowindow = new google.maps.InfoWindow({content: $lda4415f5835236cd7fcf8906196f6351});google.maps.event.addListener(m_da4415f5835236cd7fcf8906196f6351, 'click', function() {infowindow.open(map,m_da4415f5835236cd7fcf8906196f6351);});$marker.push(m_da4415f5835236cd7fcf8906196f6351);}});}google.maps.event.addDomListener(window, 'load', initialize);