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.6787,-104.91)};var g_9589820048b36c3601d9c37444423452 = new google.maps.Geocoder();g_9589820048b36c3601d9c37444423452.geocode( { 'address': "6775 E Evans Ave, Denver, CO 80224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-universal-lending-corporation').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-universal-lending-corporation'), mapOptions);}document.getElementById('fb9c44e3').innerHTML += ' | View Map';var $l9589820048b36c3601d9c37444423452 = '

Universal Lending Corporation

Address: 6775 E Evans Ave, Denver, CO 80224, USA
Phone: (303) 758-4969
';var m_9589820048b36c3601d9c37444423452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Lending Corporation',});m_9589820048b36c3601d9c37444423452['infowindow'] = new google.maps.InfoWindow({content: $l9589820048b36c3601d9c37444423452});var infowindow = new google.maps.InfoWindow({content: $l9589820048b36c3601d9c37444423452});google.maps.event.addListener(m_9589820048b36c3601d9c37444423452, 'click', function() {infowindow.open(map,m_9589820048b36c3601d9c37444423452);});$marker.push(m_9589820048b36c3601d9c37444423452);}});}google.maps.event.addDomListener(window, 'load', initialize);