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.6793,-104.704)};var g_bed520671101c802b9ed51c8bb20815b = new google.maps.Geocoder();g_bed520671101c802b9ed51c8bb20815b.geocode( { 'address': "410 S Santa Fe Ave, Fountain, CO 80817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountain-CO-atm').style.display = '';map = new google.maps.Map(document.getElementById('fountain-CO-atm'), mapOptions);}document.getElementById('4f4ed2ab').innerHTML += ' | View Map';var $lbed520671101c802b9ed51c8bb20815b = '

ATM

Address: 410 S Santa Fe Ave, Fountain, CO 80817, USA
Phone: (719) 382-5643
';var m_bed520671101c802b9ed51c8bb20815b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_bed520671101c802b9ed51c8bb20815b['infowindow'] = new google.maps.InfoWindow({content: $lbed520671101c802b9ed51c8bb20815b});var infowindow = new google.maps.InfoWindow({content: $lbed520671101c802b9ed51c8bb20815b});google.maps.event.addListener(m_bed520671101c802b9ed51c8bb20815b, 'click', function() {infowindow.open(map,m_bed520671101c802b9ed51c8bb20815b);});$marker.push(m_bed520671101c802b9ed51c8bb20815b);}});}google.maps.event.addDomListener(window, 'load', initialize);