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.7999,-105.512)};var g_0f4b54dbfc38e89be7b151ab7a861105 = new google.maps.Geocoder();g_0f4b54dbfc38e89be7b151ab7a861105.geocode( { 'address': "120 Main St, Central City, CO 80427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('central-city-CO-cash-systems').style.display = '';map = new google.maps.Map(document.getElementById('central-city-CO-cash-systems'), mapOptions);}document.getElementById('5ad5605f').innerHTML += ' | View Map';var $l0f4b54dbfc38e89be7b151ab7a861105 = '

Cash Systems

Address: 120 Main St, Central City, CO 80427, USA
Phone: (303) 582-9166
';var m_0f4b54dbfc38e89be7b151ab7a861105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Systems',});m_0f4b54dbfc38e89be7b151ab7a861105['infowindow'] = new google.maps.InfoWindow({content: $l0f4b54dbfc38e89be7b151ab7a861105});var infowindow = new google.maps.InfoWindow({content: $l0f4b54dbfc38e89be7b151ab7a861105});google.maps.event.addListener(m_0f4b54dbfc38e89be7b151ab7a861105, 'click', function() {infowindow.open(map,m_0f4b54dbfc38e89be7b151ab7a861105);});$marker.push(m_0f4b54dbfc38e89be7b151ab7a861105);}});}google.maps.event.addDomListener(window, 'load', initialize);