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.1536,-108.735)};var g_afd317d6bc23c778dcc283774c1a4538 = new google.maps.Geocoder();g_afd317d6bc23c778dcc283774c1a4538.geocode( { 'address': "412 Kokopelli Dr, Fruita, CO 81521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fruita-CO-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('fruita-CO-atm-us-bank'), mapOptions);}document.getElementById('6aa82b87').innerHTML += ' | View Map';var $lafd317d6bc23c778dcc283774c1a4538 = '

ATM (US Bank)

Address: 412 Kokopelli Dr, Fruita, CO 81521, USA
Phone: (800) 872-2657
';var m_afd317d6bc23c778dcc283774c1a4538 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (US Bank)',});m_afd317d6bc23c778dcc283774c1a4538['infowindow'] = new google.maps.InfoWindow({content: $lafd317d6bc23c778dcc283774c1a4538});var infowindow = new google.maps.InfoWindow({content: $lafd317d6bc23c778dcc283774c1a4538});google.maps.event.addListener(m_afd317d6bc23c778dcc283774c1a4538, 'click', function() {infowindow.open(map,m_afd317d6bc23c778dcc283774c1a4538);});$marker.push(m_afd317d6bc23c778dcc283774c1a4538);}});}google.maps.event.addDomListener(window, 'load', initialize);