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.6406,-106.062)};var g_713ab37e92c227f8723e2bafa18b8a5f = new google.maps.Geocoder();g_713ab37e92c227f8723e2bafa18b8a5f.geocode( { 'address': "264 Adams Ave, Silverthorne, CO 80498"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('silverthorne-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('silverthorne-CO-bank-of-the-west'), mapOptions);}document.getElementById('0082fd5c').innerHTML += ' | View Map';var $l713ab37e92c227f8723e2bafa18b8a5f = '

Bank Of The West

Address: 264 Adams Ave, Silverthorne, CO 80498
Phone: (970) 468-0334
';var m_713ab37e92c227f8723e2bafa18b8a5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The West',});m_713ab37e92c227f8723e2bafa18b8a5f['infowindow'] = new google.maps.InfoWindow({content: $l713ab37e92c227f8723e2bafa18b8a5f});var infowindow = new google.maps.InfoWindow({content: $l713ab37e92c227f8723e2bafa18b8a5f});google.maps.event.addListener(m_713ab37e92c227f8723e2bafa18b8a5f, 'click', function() {infowindow.open(map,m_713ab37e92c227f8723e2bafa18b8a5f);});$marker.push(m_713ab37e92c227f8723e2bafa18b8a5f);}});}google.maps.event.addDomListener(window, 'load', initialize);