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.612,-117.368)};var g_feac4a1c91eb74bfce13cb7c052c233b = new google.maps.Geocoder();g_feac4a1c91eb74bfce13cb7c052c233b.geocode( { 'address': "4501 S Regal St, Spokane, WA 99223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-washington-trust-bank-south-regal-atm').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-washington-trust-bank-south-regal-atm'), mapOptions);}document.getElementById('3778d35b').innerHTML += ' | View Map';var $lfeac4a1c91eb74bfce13cb7c052c233b = '

Washington Trust Bank South Regal ATM

Address: 4501 S Regal St, Spokane, WA 99223, USA
Phone: (800) 788-4578
';var m_feac4a1c91eb74bfce13cb7c052c233b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust Bank South Regal ATM',});m_feac4a1c91eb74bfce13cb7c052c233b['infowindow'] = new google.maps.InfoWindow({content: $lfeac4a1c91eb74bfce13cb7c052c233b});var infowindow = new google.maps.InfoWindow({content: $lfeac4a1c91eb74bfce13cb7c052c233b});google.maps.event.addListener(m_feac4a1c91eb74bfce13cb7c052c233b, 'click', function() {infowindow.open(map,m_feac4a1c91eb74bfce13cb7c052c233b);});$marker.push(m_feac4a1c91eb74bfce13cb7c052c233b);}});}google.maps.event.addDomListener(window, 'load', initialize);