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(38.1305,-108.289)};var g_fa6c7f03f99cba51364de93fc73fdf1b = new google.maps.Geocoder();g_fa6c7f03f99cba51364de93fc73fdf1b.geocode( { 'address': "1640 Grand Ave, Norwood, CO 81423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-CO-us-bank-atm---norwood-grand-ave').style.display = '';map = new google.maps.Map(document.getElementById('norwood-CO-us-bank-atm---norwood-grand-ave'), mapOptions);}document.getElementById('81204354').innerHTML += ' | View Map';var $lfa6c7f03f99cba51364de93fc73fdf1b = '

U.S. Bank ATM - Norwood Grand Ave

Address: 1640 Grand Ave, Norwood, CO 81423, USA
Phone: (800) 872-2657
';var m_fa6c7f03f99cba51364de93fc73fdf1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Norwood Grand Ave',});m_fa6c7f03f99cba51364de93fc73fdf1b['infowindow'] = new google.maps.InfoWindow({content: $lfa6c7f03f99cba51364de93fc73fdf1b});var infowindow = new google.maps.InfoWindow({content: $lfa6c7f03f99cba51364de93fc73fdf1b});google.maps.event.addListener(m_fa6c7f03f99cba51364de93fc73fdf1b, 'click', function() {infowindow.open(map,m_fa6c7f03f99cba51364de93fc73fdf1b);});$marker.push(m_fa6c7f03f99cba51364de93fc73fdf1b);}});}google.maps.event.addDomListener(window, 'load', initialize);