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(45.4207,-116.316)};var g_1f49e6cf6261ca11f31ea13123dd125d = new google.maps.Geocoder();g_1f49e6cf6261ca11f31ea13123dd125d.geocode( { 'address': "402 South Main St, Riggins, ID 83549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riggins-ID-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('riggins-ID-umpqua-bank'), mapOptions);}document.getElementById('d568e5ee').innerHTML += ' | View Map';var $l1f49e6cf6261ca11f31ea13123dd125d = '

Umpqua Bank

Address: 402 South Main St, Riggins, ID 83549, USA
Phone: (208) 628-3205
';var m_1f49e6cf6261ca11f31ea13123dd125d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_1f49e6cf6261ca11f31ea13123dd125d['infowindow'] = new google.maps.InfoWindow({content: $l1f49e6cf6261ca11f31ea13123dd125d});var infowindow = new google.maps.InfoWindow({content: $l1f49e6cf6261ca11f31ea13123dd125d});google.maps.event.addListener(m_1f49e6cf6261ca11f31ea13123dd125d, 'click', function() {infowindow.open(map,m_1f49e6cf6261ca11f31ea13123dd125d);});$marker.push(m_1f49e6cf6261ca11f31ea13123dd125d);}});}google.maps.event.addDomListener(window, 'load', initialize);