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.212,-119.206)};var g_8a90c4327215c87347c3fcc07c5c9a23 = new google.maps.Geocoder();g_8a90c4327215c87347c3fcc07c5c9a23.geocode( { 'address': "6401 W Clearwater Ave, Kennewick, WA 99336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennewick-WA-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('kennewick-WA-community-first-bank'), mapOptions);}document.getElementById('716af6ba').innerHTML += ' | View Map';var $l8a90c4327215c87347c3fcc07c5c9a23 = '

Community First Bank

Address: 6401 W Clearwater Ave, Kennewick, WA 99336, USA
Phone: (509) 783-3435
';var m_8a90c4327215c87347c3fcc07c5c9a23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_8a90c4327215c87347c3fcc07c5c9a23['infowindow'] = new google.maps.InfoWindow({content: $l8a90c4327215c87347c3fcc07c5c9a23});var infowindow = new google.maps.InfoWindow({content: $l8a90c4327215c87347c3fcc07c5c9a23});google.maps.event.addListener(m_8a90c4327215c87347c3fcc07c5c9a23, 'click', function() {infowindow.open(map,m_8a90c4327215c87347c3fcc07c5c9a23);});$marker.push(m_8a90c4327215c87347c3fcc07c5c9a23);}});}google.maps.event.addDomListener(window, 'load', initialize);