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.9953,-120.544)};var g_12a15e04b598355ccb4390ea9dd1edff = new google.maps.Geocoder();g_12a15e04b598355ccb4390ea9dd1edff.geocode( { 'address': "312 N Ruby St, Ellensburg, WA 98926, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellensburg-WA-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('ellensburg-WA-bank-of-the-west---atm'), mapOptions);}document.getElementById('59f1418f').innerHTML += ' | View Map';var $l12a15e04b598355ccb4390ea9dd1edff = '

Bank of the West - ATM

Address: 312 N Ruby St, Ellensburg, WA 98926, USA
Phone: (800) 488-2265
';var m_12a15e04b598355ccb4390ea9dd1edff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_12a15e04b598355ccb4390ea9dd1edff['infowindow'] = new google.maps.InfoWindow({content: $l12a15e04b598355ccb4390ea9dd1edff});var infowindow = new google.maps.InfoWindow({content: $l12a15e04b598355ccb4390ea9dd1edff});google.maps.event.addListener(m_12a15e04b598355ccb4390ea9dd1edff, 'click', function() {infowindow.open(map,m_12a15e04b598355ccb4390ea9dd1edff);});$marker.push(m_12a15e04b598355ccb4390ea9dd1edff);}});}google.maps.event.addDomListener(window, 'load', initialize);