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_8f072ccf96ca6519a47f87d0508d701c = new google.maps.Geocoder();g_8f072ccf96ca6519a47f87d0508d701c.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-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwood-CO-atm-us-bank'), mapOptions);}document.getElementById('81204354').innerHTML += ' | View Map';var $l8f072ccf96ca6519a47f87d0508d701c = '

ATM (Us Bank)

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