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(39.5262,-107.325)};var g_91bdd530f3471322e8ae7959e436bd6b = new google.maps.Geocoder();g_91bdd530f3471322e8ae7959e436bd6b.geocode( { 'address': "2520 Grand Ave #207, Glenwood Springs, CO 81601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenwood-springs-CO-colorado-lending-source').style.display = '';map = new google.maps.Map(document.getElementById('glenwood-springs-CO-colorado-lending-source'), mapOptions);}document.getElementById('c19210ce').innerHTML += ' | View Map';var $l91bdd530f3471322e8ae7959e436bd6b = '

Colorado Lending Source

Address: 2520 Grand Ave #207, Glenwood Springs, CO 81601, USA
Phone: (970) 947-1404
';var m_91bdd530f3471322e8ae7959e436bd6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colorado Lending Source',});m_91bdd530f3471322e8ae7959e436bd6b['infowindow'] = new google.maps.InfoWindow({content: $l91bdd530f3471322e8ae7959e436bd6b});var infowindow = new google.maps.InfoWindow({content: $l91bdd530f3471322e8ae7959e436bd6b});google.maps.event.addListener(m_91bdd530f3471322e8ae7959e436bd6b, 'click', function() {infowindow.open(map,m_91bdd530f3471322e8ae7959e436bd6b);});$marker.push(m_91bdd530f3471322e8ae7959e436bd6b);}});}google.maps.event.addDomListener(window, 'load', initialize);