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.2278,-119.235)};var g_198cd1d02b809ca426766c40d1d42df9 = new google.maps.Geocoder();g_198cd1d02b809ca426766c40d1d42df9.geocode( { 'address': "8486 W Gage Blvd c, Kennewick, WA 99336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennewick-WA-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('kennewick-WA-peoples-bank'), mapOptions);}document.getElementById('c5425e82').innerHTML += ' | View Map';var $l198cd1d02b809ca426766c40d1d42df9 = '

PEOPLES BANK

Address: 8486 W Gage Blvd c, Kennewick, WA 99336, USA
Phone: (509) 667-1787
';var m_198cd1d02b809ca426766c40d1d42df9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PEOPLES BANK',});m_198cd1d02b809ca426766c40d1d42df9['infowindow'] = new google.maps.InfoWindow({content: $l198cd1d02b809ca426766c40d1d42df9});var infowindow = new google.maps.InfoWindow({content: $l198cd1d02b809ca426766c40d1d42df9});google.maps.event.addListener(m_198cd1d02b809ca426766c40d1d42df9, 'click', function() {infowindow.open(map,m_198cd1d02b809ca426766c40d1d42df9);});$marker.push(m_198cd1d02b809ca426766c40d1d42df9);}});}google.maps.event.addDomListener(window, 'load', initialize);