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.4392,-122.847)};var g_81616e9ab54cc3e36260f80593a4cc33 = new google.maps.Geocoder();g_81616e9ab54cc3e36260f80593a4cc33.geocode( { 'address': "101 Ramsey Way, Toledo, WA 98591, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toledo-WA-timberland-bank').style.display = '';map = new google.maps.Map(document.getElementById('toledo-WA-timberland-bank'), mapOptions);}document.getElementById('650c8585').innerHTML += ' | View Map';var $l81616e9ab54cc3e36260f80593a4cc33 = '

Timberland Bank

Address: 101 Ramsey Way, Toledo, WA 98591, USA
Phone: (360) 864-6102
';var m_81616e9ab54cc3e36260f80593a4cc33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Timberland Bank',});m_81616e9ab54cc3e36260f80593a4cc33['infowindow'] = new google.maps.InfoWindow({content: $l81616e9ab54cc3e36260f80593a4cc33});var infowindow = new google.maps.InfoWindow({content: $l81616e9ab54cc3e36260f80593a4cc33});google.maps.event.addListener(m_81616e9ab54cc3e36260f80593a4cc33, 'click', function() {infowindow.open(map,m_81616e9ab54cc3e36260f80593a4cc33);});$marker.push(m_81616e9ab54cc3e36260f80593a4cc33);}});}google.maps.event.addDomListener(window, 'load', initialize);