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(47.6684,-117.433)};var g_b4f32b14bdb9720ad4967fd0ddcaaa13 = new google.maps.Geocoder();g_b4f32b14bdb9720ad4967fd0ddcaaa13.geocode( { 'address': "508 W 3rd Ave, Spokane, WA 99201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-farmers-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-farmers-merchants-bank'), mapOptions);}document.getElementById('3ddcd13d').innerHTML += ' | View Map';var $lb4f32b14bdb9720ad4967fd0ddcaaa13 = '

Farmers & Merchants Bank

Address: 508 W 3rd Ave, Spokane, WA 99201
Phone: (509) 921-2265
';var m_b4f32b14bdb9720ad4967fd0ddcaaa13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_b4f32b14bdb9720ad4967fd0ddcaaa13['infowindow'] = new google.maps.InfoWindow({content: $lb4f32b14bdb9720ad4967fd0ddcaaa13});var infowindow = new google.maps.InfoWindow({content: $lb4f32b14bdb9720ad4967fd0ddcaaa13});google.maps.event.addListener(m_b4f32b14bdb9720ad4967fd0ddcaaa13, 'click', function() {infowindow.open(map,m_b4f32b14bdb9720ad4967fd0ddcaaa13);});$marker.push(m_b4f32b14bdb9720ad4967fd0ddcaaa13);}});}google.maps.event.addDomListener(window, 'load', initialize);