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(43.7049,-121.532)};var g_9efa87e164995a7743eca9ad63029fa4 = new google.maps.Geocoder();g_9efa87e164995a7743eca9ad63029fa4.geocode( { 'address': "51366 Highway 97, La Pine, OR 97739"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-pine-OR-bank-of-the-cascades').style.display = '';map = new google.maps.Map(document.getElementById('la-pine-OR-bank-of-the-cascades'), mapOptions);}document.getElementById('b50c16ef').innerHTML += ' | View Map';var $l9efa87e164995a7743eca9ad63029fa4 = '

Bank Of The Cascades

Address: 51366 Highway 97, La Pine, OR 97739
Phone: (541) 536-1746
';var m_9efa87e164995a7743eca9ad63029fa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Cascades',});m_9efa87e164995a7743eca9ad63029fa4['infowindow'] = new google.maps.InfoWindow({content: $l9efa87e164995a7743eca9ad63029fa4});var infowindow = new google.maps.InfoWindow({content: $l9efa87e164995a7743eca9ad63029fa4});google.maps.event.addListener(m_9efa87e164995a7743eca9ad63029fa4, 'click', function() {infowindow.open(map,m_9efa87e164995a7743eca9ad63029fa4);});$marker.push(m_9efa87e164995a7743eca9ad63029fa4);}});}google.maps.event.addDomListener(window, 'load', initialize);