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.8121,-104.821)};var g_72ced32986540b09ef6cf34ba6dfe1aa = new google.maps.Geocoder();g_72ced32986540b09ef6cf34ba6dfe1aa.geocode( { 'address': "1515 S Nevada Ave, Colorado Springs, CO 80905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-ace-loans').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-ace-loans'), mapOptions);}document.getElementById('7f88c0dc').innerHTML += ' | View Map';var $l72ced32986540b09ef6cf34ba6dfe1aa = '

Ace Loans

Address: 1515 S Nevada Ave, Colorado Springs, CO 80905, USA
Phone: (719) 632-4671
';var m_72ced32986540b09ef6cf34ba6dfe1aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ace Loans',});m_72ced32986540b09ef6cf34ba6dfe1aa['infowindow'] = new google.maps.InfoWindow({content: $l72ced32986540b09ef6cf34ba6dfe1aa});var infowindow = new google.maps.InfoWindow({content: $l72ced32986540b09ef6cf34ba6dfe1aa});google.maps.event.addListener(m_72ced32986540b09ef6cf34ba6dfe1aa, 'click', function() {infowindow.open(map,m_72ced32986540b09ef6cf34ba6dfe1aa);});$marker.push(m_72ced32986540b09ef6cf34ba6dfe1aa);}});}google.maps.event.addDomListener(window, 'load', initialize);