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(48.0823,-121.969)};var g_8848d0798ff7d86cca5358c47a4e08db = new google.maps.Geocoder();g_8848d0798ff7d86cca5358c47a4e08db.geocode( { 'address': "100-106 E Galena St, Granite Falls, WA 98252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-falls-WA-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('granite-falls-WA-atm-key-bank'), mapOptions);}document.getElementById('e813520b').innerHTML += ' | View Map';var $l8848d0798ff7d86cca5358c47a4e08db = '

ATM (Key Bank)

Address: 100-106 E Galena St, Granite Falls, WA 98252, USA
Phone:
';var m_8848d0798ff7d86cca5358c47a4e08db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_8848d0798ff7d86cca5358c47a4e08db['infowindow'] = new google.maps.InfoWindow({content: $l8848d0798ff7d86cca5358c47a4e08db});var infowindow = new google.maps.InfoWindow({content: $l8848d0798ff7d86cca5358c47a4e08db});google.maps.event.addListener(m_8848d0798ff7d86cca5358c47a4e08db, 'click', function() {infowindow.open(map,m_8848d0798ff7d86cca5358c47a4e08db);});$marker.push(m_8848d0798ff7d86cca5358c47a4e08db);}});}google.maps.event.addDomListener(window, 'load', initialize);