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(48.3639,-119.58)};var g_216e49577560ab9f182bea91bfef5581 = new google.maps.Geocoder();g_216e49577560ab9f182bea91bfef5581.geocode( { 'address': "188 Pine St, Okanogan, WA 98840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('okanogan-WA-north-cascades-bank').style.display = '';map = new google.maps.Map(document.getElementById('okanogan-WA-north-cascades-bank'), mapOptions);}document.getElementById('f2253be5').innerHTML += ' | View Map';var $l216e49577560ab9f182bea91bfef5581 = '

North Cascades Bank

Address: 188 Pine St, Okanogan, WA 98840, USA
Phone: (509) 422-1135
';var m_216e49577560ab9f182bea91bfef5581 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Cascades Bank',});m_216e49577560ab9f182bea91bfef5581['infowindow'] = new google.maps.InfoWindow({content: $l216e49577560ab9f182bea91bfef5581});var infowindow = new google.maps.InfoWindow({content: $l216e49577560ab9f182bea91bfef5581});google.maps.event.addListener(m_216e49577560ab9f182bea91bfef5581, 'click', function() {infowindow.open(map,m_216e49577560ab9f182bea91bfef5581);});$marker.push(m_216e49577560ab9f182bea91bfef5581);}});}google.maps.event.addDomListener(window, 'load', initialize);