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_e09396a60fe21810055848ad9a84816d = new google.maps.Geocoder();g_e09396a60fe21810055848ad9a84816d.geocode( { 'address': "51469 Huntington Rd, La Pine, OR 97739"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-pine-OR-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-pine-OR-us-bank'), mapOptions);}document.getElementById('3c71c87b').innerHTML += ' | View Map';var $le09396a60fe21810055848ad9a84816d = '

US Bank

Address: 51469 Huntington Rd, La Pine, OR 97739
Phone: (541) 536-2151
';var m_e09396a60fe21810055848ad9a84816d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_e09396a60fe21810055848ad9a84816d['infowindow'] = new google.maps.InfoWindow({content: $le09396a60fe21810055848ad9a84816d});var infowindow = new google.maps.InfoWindow({content: $le09396a60fe21810055848ad9a84816d});google.maps.event.addListener(m_e09396a60fe21810055848ad9a84816d, 'click', function() {infowindow.open(map,m_e09396a60fe21810055848ad9a84816d);});$marker.push(m_e09396a60fe21810055848ad9a84816d);}});}google.maps.event.addDomListener(window, 'load', initialize);