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.5327,-107.326)};var g_fe5dacb8cb9134b600867a8402f70b8d = new google.maps.Geocoder();g_fe5dacb8cb9134b600867a8402f70b8d.geocode( { 'address': "1901 Grand Ave # 100, Glenwood Springs, CO 81601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenwood-springs-CO-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenwood-springs-CO-atm-us-bank'), mapOptions);}document.getElementById('1ff52a15').innerHTML += ' | View Map';var $lfe5dacb8cb9134b600867a8402f70b8d = '

ATM (U.S. Bank)

Address: 1901 Grand Ave # 100, Glenwood Springs, CO 81601, USA
Phone:
';var m_fe5dacb8cb9134b600867a8402f70b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (U.S. Bank)',});m_fe5dacb8cb9134b600867a8402f70b8d['infowindow'] = new google.maps.InfoWindow({content: $lfe5dacb8cb9134b600867a8402f70b8d});var infowindow = new google.maps.InfoWindow({content: $lfe5dacb8cb9134b600867a8402f70b8d});google.maps.event.addListener(m_fe5dacb8cb9134b600867a8402f70b8d, 'click', function() {infowindow.open(map,m_fe5dacb8cb9134b600867a8402f70b8d);});$marker.push(m_fe5dacb8cb9134b600867a8402f70b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);