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.0593,-118.33)};var g_33c114d41730aeab234a87005b9d1209 = new google.maps.Geocoder();g_33c114d41730aeab234a87005b9d1209.geocode( { 'address': "1500 Catherine St, Walla Walla, WA 99362"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walla-walla-WA-baker-boyer-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('walla-walla-WA-baker-boyer-national-bank'), mapOptions);}document.getElementById('1617c803').innerHTML += ' | View Map';var $l33c114d41730aeab234a87005b9d1209 = '

Baker Boyer National Bank

Address: 1500 Catherine St, Walla Walla, WA 99362
Phone: (509) 525-2000
';var m_33c114d41730aeab234a87005b9d1209 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baker Boyer National Bank',});m_33c114d41730aeab234a87005b9d1209['infowindow'] = new google.maps.InfoWindow({content: $l33c114d41730aeab234a87005b9d1209});var infowindow = new google.maps.InfoWindow({content: $l33c114d41730aeab234a87005b9d1209});google.maps.event.addListener(m_33c114d41730aeab234a87005b9d1209, 'click', function() {infowindow.open(map,m_33c114d41730aeab234a87005b9d1209);});$marker.push(m_33c114d41730aeab234a87005b9d1209);}});}google.maps.event.addDomListener(window, 'load', initialize);