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.0135,-105.128)};var g_bb40a7d48c117f7f731951b030742841 = new google.maps.Geocoder();g_bb40a7d48c117f7f731951b030742841.geocode( { 'address': "1369 Forest Park Cir #205, Lafayette, CO 80026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-CO-universal-lending-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-CO-universal-lending-corporation'), mapOptions);}document.getElementById('6b727e55').innerHTML += ' | View Map';var $lbb40a7d48c117f7f731951b030742841 = '

Universal Lending Corporation

Address: 1369 Forest Park Cir #205, Lafayette, CO 80026, USA
Phone: (303) 955-2594
';var m_bb40a7d48c117f7f731951b030742841 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Lending Corporation',});m_bb40a7d48c117f7f731951b030742841['infowindow'] = new google.maps.InfoWindow({content: $lbb40a7d48c117f7f731951b030742841});var infowindow = new google.maps.InfoWindow({content: $lbb40a7d48c117f7f731951b030742841});google.maps.event.addListener(m_bb40a7d48c117f7f731951b030742841, 'click', function() {infowindow.open(map,m_bb40a7d48c117f7f731951b030742841);});$marker.push(m_bb40a7d48c117f7f731951b030742841);}});}google.maps.event.addDomListener(window, 'load', initialize);