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(40.0584,-106.394)};var g_6b7ec9dd3a4b97fb0468e25a53a1d33c = new google.maps.Geocoder();g_6b7ec9dd3a4b97fb0468e25a53a1d33c.geocode( { 'address': "108 2nd St, Kremmling, CO 80459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kremmling-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('kremmling-CO-bank-of-the-west'), mapOptions);}document.getElementById('edc3be6f').innerHTML += ' | View Map';var $l6b7ec9dd3a4b97fb0468e25a53a1d33c = '

Bank of the West

Address: 108 2nd St, Kremmling, CO 80459, USA
Phone: (970) 724-3482
';var m_6b7ec9dd3a4b97fb0468e25a53a1d33c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_6b7ec9dd3a4b97fb0468e25a53a1d33c['infowindow'] = new google.maps.InfoWindow({content: $l6b7ec9dd3a4b97fb0468e25a53a1d33c});var infowindow = new google.maps.InfoWindow({content: $l6b7ec9dd3a4b97fb0468e25a53a1d33c});google.maps.event.addListener(m_6b7ec9dd3a4b97fb0468e25a53a1d33c, 'click', function() {infowindow.open(map,m_6b7ec9dd3a4b97fb0468e25a53a1d33c);});$marker.push(m_6b7ec9dd3a4b97fb0468e25a53a1d33c);}});}google.maps.event.addDomListener(window, 'load', initialize);