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.5242,-105.05)};var g_e0f02ce9a596fbfe03a179c03c2146c3 = new google.maps.Geocoder();g_e0f02ce9a596fbfe03a179c03c2146c3.geocode( { 'address': "1526 E Harmony Rd Unit 130, Fort Collins, CO 80525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-elevations-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-elevations-credit-union'), mapOptions);}document.getElementById('596e79d2').innerHTML += ' | View Map';var $le0f02ce9a596fbfe03a179c03c2146c3 = '

Elevations Credit Union

Address: 1526 E Harmony Rd Unit 130, Fort Collins, CO 80525, USA
Phone: (970) 667-8585
';var m_e0f02ce9a596fbfe03a179c03c2146c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elevations Credit Union',});m_e0f02ce9a596fbfe03a179c03c2146c3['infowindow'] = new google.maps.InfoWindow({content: $le0f02ce9a596fbfe03a179c03c2146c3});var infowindow = new google.maps.InfoWindow({content: $le0f02ce9a596fbfe03a179c03c2146c3});google.maps.event.addListener(m_e0f02ce9a596fbfe03a179c03c2146c3, 'click', function() {infowindow.open(map,m_e0f02ce9a596fbfe03a179c03c2146c3);});$marker.push(m_e0f02ce9a596fbfe03a179c03c2146c3);}});}google.maps.event.addDomListener(window, 'load', initialize);