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.7153,-121.466)};var g_89d96c5a29ec556316dbc5d2d1950cce = new google.maps.Geocoder();g_89d96c5a29ec556316dbc5d2d1950cce.geocode( { 'address': "111 Oak St, Cook, WA 98605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cook-WA-centerpointe-bank').style.display = '';map = new google.maps.Map(document.getElementById('cook-WA-centerpointe-bank'), mapOptions);}document.getElementById('f5b3fa0d').innerHTML += ' | View Map';var $l89d96c5a29ec556316dbc5d2d1950cce = '

Centerpointe Bank

Address: 111 Oak St, Cook, WA 98605, USA
Phone: (509) 493-0303
';var m_89d96c5a29ec556316dbc5d2d1950cce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centerpointe Bank',});m_89d96c5a29ec556316dbc5d2d1950cce['infowindow'] = new google.maps.InfoWindow({content: $l89d96c5a29ec556316dbc5d2d1950cce});var infowindow = new google.maps.InfoWindow({content: $l89d96c5a29ec556316dbc5d2d1950cce});google.maps.event.addListener(m_89d96c5a29ec556316dbc5d2d1950cce, 'click', function() {infowindow.open(map,m_89d96c5a29ec556316dbc5d2d1950cce);});$marker.push(m_89d96c5a29ec556316dbc5d2d1950cce);}});}google.maps.event.addDomListener(window, 'load', initialize);