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.0688,-121.301)};var g_87102a2af4e217c6fece0fcd41e7894f = new google.maps.Geocoder();g_87102a2af4e217c6fece0fcd41e7894f.geocode( { 'address': "1900 NE 3rd St #106, Bend, OR 97701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-cascade-financial').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-cascade-financial'), mapOptions);}document.getElementById('cd6dda45').innerHTML += ' | View Map';var $l87102a2af4e217c6fece0fcd41e7894f = '

Cascade Financial

Address: 1900 NE 3rd St #106, Bend, OR 97701, USA
Phone: (800) 420-8191
';var m_87102a2af4e217c6fece0fcd41e7894f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cascade Financial',});m_87102a2af4e217c6fece0fcd41e7894f['infowindow'] = new google.maps.InfoWindow({content: $l87102a2af4e217c6fece0fcd41e7894f});var infowindow = new google.maps.InfoWindow({content: $l87102a2af4e217c6fece0fcd41e7894f});google.maps.event.addListener(m_87102a2af4e217c6fece0fcd41e7894f, 'click', function() {infowindow.open(map,m_87102a2af4e217c6fece0fcd41e7894f);});$marker.push(m_87102a2af4e217c6fece0fcd41e7894f);}});}google.maps.event.addDomListener(window, 'load', initialize);