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(46.6631,-118.917)};var g_58a97c95c23b3d8e1567d444c1e024a0 = new google.maps.Geocoder();g_58a97c95c23b3d8e1567d444c1e024a0.geocode( { 'address': "630 S Columbia Ave, Connell, WA 99326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('connell-WA-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('connell-WA-community-first-bank'), mapOptions);}document.getElementById('21ea705f').innerHTML += ' | View Map';var $l58a97c95c23b3d8e1567d444c1e024a0 = '

Community First Bank

Address: 630 S Columbia Ave, Connell, WA 99326
Phone: (509) 234-2265
';var m_58a97c95c23b3d8e1567d444c1e024a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_58a97c95c23b3d8e1567d444c1e024a0['infowindow'] = new google.maps.InfoWindow({content: $l58a97c95c23b3d8e1567d444c1e024a0});var infowindow = new google.maps.InfoWindow({content: $l58a97c95c23b3d8e1567d444c1e024a0});google.maps.event.addListener(m_58a97c95c23b3d8e1567d444c1e024a0, 'click', function() {infowindow.open(map,m_58a97c95c23b3d8e1567d444c1e024a0);});$marker.push(m_58a97c95c23b3d8e1567d444c1e024a0);}});}google.maps.event.addDomListener(window, 'load', initialize);