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.5284,-107.339)};var g_96992ac4d1d827f7fab74b9d5d49ed60 = new google.maps.Geocoder();g_96992ac4d1d827f7fab74b9d5d49ed60.geocode( { 'address': "2200 Grand Ave, Glenwood Springs, CO 81601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenwood-springs-CO-alpine-banks-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('glenwood-springs-CO-alpine-banks-of-colorado'), mapOptions);}document.getElementById('3a380b36').innerHTML += ' | View Map';var $l96992ac4d1d827f7fab74b9d5d49ed60 = '

Alpine Banks Of Colorado

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