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.53,-107.325)};var g_41bfe4cdf93438c03561e495cbc9894b = new google.maps.Geocoder();g_41bfe4cdf93438c03561e495cbc9894b.geocode( { 'address': "2200 Grand Ave, Glenwood Springs, CO 81601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenwood-springs-CO-alpine-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenwood-springs-CO-alpine-bank'), mapOptions);}document.getElementById('ff7dd98f').innerHTML += ' | View Map';var $l41bfe4cdf93438c03561e495cbc9894b = '

Alpine Bank

Address: 2200 Grand Ave, Glenwood Springs, CO 81601, USA
Phone: (970) 945-2424
';var m_41bfe4cdf93438c03561e495cbc9894b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpine Bank',});m_41bfe4cdf93438c03561e495cbc9894b['infowindow'] = new google.maps.InfoWindow({content: $l41bfe4cdf93438c03561e495cbc9894b});var infowindow = new google.maps.InfoWindow({content: $l41bfe4cdf93438c03561e495cbc9894b});google.maps.event.addListener(m_41bfe4cdf93438c03561e495cbc9894b, 'click', function() {infowindow.open(map,m_41bfe4cdf93438c03561e495cbc9894b);});$marker.push(m_41bfe4cdf93438c03561e495cbc9894b);}});}google.maps.event.addDomListener(window, 'load', initialize);