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.7464,-104.985)};var g_d4814dd003e61ac5ffb91176e1fa6ffb = new google.maps.Geocoder();g_d4814dd003e61ac5ffb91176e1fa6ffb.geocode( { 'address': "1905 Sherman St # 325, Denver, CO 80203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-mile-high-community-loan-fund').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-mile-high-community-loan-fund'), mapOptions);}document.getElementById('84290a11').innerHTML += ' | View Map';var $ld4814dd003e61ac5ffb91176e1fa6ffb = '

Mile High Community Loan Fund

Address: 1905 Sherman St # 325, Denver, CO 80203, USA
Phone: (303) 860-1888
';var m_d4814dd003e61ac5ffb91176e1fa6ffb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mile High Community Loan Fund',});m_d4814dd003e61ac5ffb91176e1fa6ffb['infowindow'] = new google.maps.InfoWindow({content: $ld4814dd003e61ac5ffb91176e1fa6ffb});var infowindow = new google.maps.InfoWindow({content: $ld4814dd003e61ac5ffb91176e1fa6ffb});google.maps.event.addListener(m_d4814dd003e61ac5ffb91176e1fa6ffb, 'click', function() {infowindow.open(map,m_d4814dd003e61ac5ffb91176e1fa6ffb);});$marker.push(m_d4814dd003e61ac5ffb91176e1fa6ffb);}});}google.maps.event.addDomListener(window, 'load', initialize);