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.6426,-106.591)};var g_a359a8821da0311e90f43df136a0cc2b = new google.maps.Geocoder();g_a359a8821da0311e90f43df136a0cc2b.geocode( { 'address': "34353 US-6, Edwards, CO 81632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edwards-CO-us-bank-atm---edwards').style.display = '';map = new google.maps.Map(document.getElementById('edwards-CO-us-bank-atm---edwards'), mapOptions);}document.getElementById('c101f2a8').innerHTML += ' | View Map';var $la359a8821da0311e90f43df136a0cc2b = '

U.S. Bank ATM - Edwards

Address: 34353 US-6, Edwards, CO 81632, USA
Phone: (970) 926-6130
';var m_a359a8821da0311e90f43df136a0cc2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Edwards',});m_a359a8821da0311e90f43df136a0cc2b['infowindow'] = new google.maps.InfoWindow({content: $la359a8821da0311e90f43df136a0cc2b});var infowindow = new google.maps.InfoWindow({content: $la359a8821da0311e90f43df136a0cc2b});google.maps.event.addListener(m_a359a8821da0311e90f43df136a0cc2b, 'click', function() {infowindow.open(map,m_a359a8821da0311e90f43df136a0cc2b);});$marker.push(m_a359a8821da0311e90f43df136a0cc2b);}});}google.maps.event.addDomListener(window, 'load', initialize);