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.8912,-104.761)};var g_ec939f8cb444d238a1365b9d2cef2573 = new google.maps.Geocoder();g_ec939f8cb444d238a1365b9d2cef2573.geocode( { 'address': "3606 Austin Bluffs Pkwy, Colorado Springs, CO 80918, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-credit-union-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-credit-union-of-colorado'), mapOptions);}document.getElementById('aa75ebd0').innerHTML += ' | View Map';var $lec939f8cb444d238a1365b9d2cef2573 = '

Credit Union of Colorado

Address: 3606 Austin Bluffs Pkwy, Colorado Springs, CO 80918, USA
Phone: (719) 542-4816
';var m_ec939f8cb444d238a1365b9d2cef2573 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Colorado',});m_ec939f8cb444d238a1365b9d2cef2573['infowindow'] = new google.maps.InfoWindow({content: $lec939f8cb444d238a1365b9d2cef2573});var infowindow = new google.maps.InfoWindow({content: $lec939f8cb444d238a1365b9d2cef2573});google.maps.event.addListener(m_ec939f8cb444d238a1365b9d2cef2573, 'click', function() {infowindow.open(map,m_ec939f8cb444d238a1365b9d2cef2573);});$marker.push(m_ec939f8cb444d238a1365b9d2cef2573);}});}google.maps.event.addDomListener(window, 'load', initialize);