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.2258,-119.223)};var g_5c69d922130193b0e7953424d7b00708 = new google.maps.Geocoder();g_5c69d922130193b0e7953424d7b00708.geocode( { 'address': "7525 W Canal Dr, Kennewick, WA 99336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennewick-WA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('kennewick-WA-bank-of-the-west'), mapOptions);}document.getElementById('b31c3c74').innerHTML += ' | View Map';var $l5c69d922130193b0e7953424d7b00708 = '

Bank of the West

Address: 7525 W Canal Dr, Kennewick, WA 99336, USA
Phone: (509) 735-0451
';var m_5c69d922130193b0e7953424d7b00708 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_5c69d922130193b0e7953424d7b00708['infowindow'] = new google.maps.InfoWindow({content: $l5c69d922130193b0e7953424d7b00708});var infowindow = new google.maps.InfoWindow({content: $l5c69d922130193b0e7953424d7b00708});google.maps.event.addListener(m_5c69d922130193b0e7953424d7b00708, 'click', function() {infowindow.open(map,m_5c69d922130193b0e7953424d7b00708);});$marker.push(m_5c69d922130193b0e7953424d7b00708);}});}google.maps.event.addDomListener(window, 'load', initialize);