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(39.3264,-120.204)};var g_7b72c7e1e968d48ada47da0d0315bb1f = new google.maps.Geocoder();g_7b72c7e1e968d48ada47da0d0315bb1f.geocode( { 'address': "11202 Donner Pass Rd, Truckee, CA 96161, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('truckee-CA-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('truckee-CA-bank-of-the-west---atm'), mapOptions);}document.getElementById('f63c4445').innerHTML += ' | View Map';var $l7b72c7e1e968d48ada47da0d0315bb1f = '

Bank of the West - ATM

Address: 11202 Donner Pass Rd, Truckee, CA 96161, USA
Phone: (800) 488-2265
';var m_7b72c7e1e968d48ada47da0d0315bb1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_7b72c7e1e968d48ada47da0d0315bb1f['infowindow'] = new google.maps.InfoWindow({content: $l7b72c7e1e968d48ada47da0d0315bb1f});var infowindow = new google.maps.InfoWindow({content: $l7b72c7e1e968d48ada47da0d0315bb1f});google.maps.event.addListener(m_7b72c7e1e968d48ada47da0d0315bb1f, 'click', function() {infowindow.open(map,m_7b72c7e1e968d48ada47da0d0315bb1f);});$marker.push(m_7b72c7e1e968d48ada47da0d0315bb1f);}});}google.maps.event.addDomListener(window, 'load', initialize);