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.8346,-104.823)};var g_dfae769c739093f5225cecaf4d5a612f = new google.maps.Geocoder();g_dfae769c739093f5225cecaf4d5a612f.geocode( { 'address': "9265 N Union Blvd, Colorado Springs, CO 80920"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-tcf').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-tcf'), mapOptions);}document.getElementById('aea0c5bb').innerHTML += ' | View Map';var $ldfae769c739093f5225cecaf4d5a612f = '

Tcf

Address: 9265 N Union Blvd, Colorado Springs, CO 80920
Phone: (719) 282-0475
';var m_dfae769c739093f5225cecaf4d5a612f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tcf',});m_dfae769c739093f5225cecaf4d5a612f['infowindow'] = new google.maps.InfoWindow({content: $ldfae769c739093f5225cecaf4d5a612f});var infowindow = new google.maps.InfoWindow({content: $ldfae769c739093f5225cecaf4d5a612f});google.maps.event.addListener(m_dfae769c739093f5225cecaf4d5a612f, 'click', function() {infowindow.open(map,m_dfae769c739093f5225cecaf4d5a612f);});$marker.push(m_dfae769c739093f5225cecaf4d5a612f);}});}google.maps.event.addDomListener(window, 'load', initialize);