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(40.5237,-105.032)};var g_774901de0a45f4ce08e83379e8465475 = new google.maps.Geocoder();g_774901de0a45f4ce08e83379e8465475.geocode( { 'address': "2510 E Harmony Rd, Fort Collins, CO 80528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-credit-union-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-credit-union-of-colorado'), mapOptions);}document.getElementById('550a0e7c').innerHTML += ' | View Map';var $l774901de0a45f4ce08e83379e8465475 = '

Credit Union of Colorado

Address: 2510 E Harmony Rd, Fort Collins, CO 80528, USA
Phone: (970) 353-4819
';var m_774901de0a45f4ce08e83379e8465475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Colorado',});m_774901de0a45f4ce08e83379e8465475['infowindow'] = new google.maps.InfoWindow({content: $l774901de0a45f4ce08e83379e8465475});var infowindow = new google.maps.InfoWindow({content: $l774901de0a45f4ce08e83379e8465475});google.maps.event.addListener(m_774901de0a45f4ce08e83379e8465475, 'click', function() {infowindow.open(map,m_774901de0a45f4ce08e83379e8465475);});$marker.push(m_774901de0a45f4ce08e83379e8465475);}});}google.maps.event.addDomListener(window, 'load', initialize);