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.6745,-117.204)};var g_b661d2e56f9c4a779f45f39c7f498ec2 = new google.maps.Geocoder();g_b661d2e56f9c4a779f45f39c7f498ec2.geocode( { 'address': "14732 E Indiana Ave, Spokane, WA 99216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-wheatland-bank').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-wheatland-bank'), mapOptions);}document.getElementById('4f809b36').innerHTML += ' | View Map';var $lb661d2e56f9c4a779f45f39c7f498ec2 = '

Wheatland Bank

Address: 14732 E Indiana Ave, Spokane, WA 99216, USA
Phone: (509) 232-5705
';var m_b661d2e56f9c4a779f45f39c7f498ec2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wheatland Bank',});m_b661d2e56f9c4a779f45f39c7f498ec2['infowindow'] = new google.maps.InfoWindow({content: $lb661d2e56f9c4a779f45f39c7f498ec2});var infowindow = new google.maps.InfoWindow({content: $lb661d2e56f9c4a779f45f39c7f498ec2});google.maps.event.addListener(m_b661d2e56f9c4a779f45f39c7f498ec2, 'click', function() {infowindow.open(map,m_b661d2e56f9c4a779f45f39c7f498ec2);});$marker.push(m_b661d2e56f9c4a779f45f39c7f498ec2);}});}google.maps.event.addDomListener(window, 'load', initialize);