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_10e08ef1194544320537b3670bf88cf6 = new google.maps.Geocoder();g_10e08ef1194544320537b3670bf88cf6.geocode( { 'address': "1526 E Harmony Rd, 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-ken-schmidt').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-elevations-credit-union-ken-schmidt'), mapOptions);}document.getElementById('6828737e').innerHTML += ' | View Map';var $l10e08ef1194544320537b3670bf88cf6 = '

Elevations Credit Union: Ken Schmidt

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