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.0858,-104.684)};var g_b8df3fe825b53eebe820ac820f13dc0d = new google.maps.Geocoder();g_b8df3fe825b53eebe820ac820f13dc0d.geocode( { 'address': "17450 Herring Rd, Colorado Springs, CO 80908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-peak-payment-corporation').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-peak-payment-corporation'), mapOptions);}document.getElementById('e4afdd6d').innerHTML += ' | View Map';var $lb8df3fe825b53eebe820ac820f13dc0d = '

Peak Payment Corporation

Address: 17450 Herring Rd, Colorado Springs, CO 80908, USA
Phone: (719) 599-8207
';var m_b8df3fe825b53eebe820ac820f13dc0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peak Payment Corporation',});m_b8df3fe825b53eebe820ac820f13dc0d['infowindow'] = new google.maps.InfoWindow({content: $lb8df3fe825b53eebe820ac820f13dc0d});var infowindow = new google.maps.InfoWindow({content: $lb8df3fe825b53eebe820ac820f13dc0d});google.maps.event.addListener(m_b8df3fe825b53eebe820ac820f13dc0d, 'click', function() {infowindow.open(map,m_b8df3fe825b53eebe820ac820f13dc0d);});$marker.push(m_b8df3fe825b53eebe820ac820f13dc0d);}});}google.maps.event.addDomListener(window, 'load', initialize);