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(40.3944,-104.753)};var g_e33476a7b7c0ed537dc70ba5a960a432 = new google.maps.Geocoder();g_e33476a7b7c0ed537dc70ba5a960a432.geocode( { 'address': "4548 Centerplace Dr, Greeley, CO 80634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-cardtronics-atm').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-cardtronics-atm'), mapOptions);}document.getElementById('278dce40').innerHTML += ' | View Map';var $le33476a7b7c0ed537dc70ba5a960a432 = '

Cardtronics ATM

Address: 4548 Centerplace Dr, Greeley, CO 80634, USA
Phone:
';var m_e33476a7b7c0ed537dc70ba5a960a432 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cardtronics ATM',});m_e33476a7b7c0ed537dc70ba5a960a432['infowindow'] = new google.maps.InfoWindow({content: $le33476a7b7c0ed537dc70ba5a960a432});var infowindow = new google.maps.InfoWindow({content: $le33476a7b7c0ed537dc70ba5a960a432});google.maps.event.addListener(m_e33476a7b7c0ed537dc70ba5a960a432, 'click', function() {infowindow.open(map,m_e33476a7b7c0ed537dc70ba5a960a432);});$marker.push(m_e33476a7b7c0ed537dc70ba5a960a432);}});}google.maps.event.addDomListener(window, 'load', initialize);