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.4326,-104.776)};var g_68f5d72fd558955639b8f0448be211f8 = new google.maps.Geocoder();g_68f5d72fd558955639b8f0448be211f8.geocode( { 'address': "4825 Wagontrail Ct #100, Parker, CO 80134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parker-CO-lease-one').style.display = '';map = new google.maps.Map(document.getElementById('parker-CO-lease-one'), mapOptions);}document.getElementById('8a92702a').innerHTML += ' | View Map';var $l68f5d72fd558955639b8f0448be211f8 = '

Lease One

Address: 4825 Wagontrail Ct #100, Parker, CO 80134, USA
Phone: (303) 521-7622
';var m_68f5d72fd558955639b8f0448be211f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lease One',});m_68f5d72fd558955639b8f0448be211f8['infowindow'] = new google.maps.InfoWindow({content: $l68f5d72fd558955639b8f0448be211f8});var infowindow = new google.maps.InfoWindow({content: $l68f5d72fd558955639b8f0448be211f8});google.maps.event.addListener(m_68f5d72fd558955639b8f0448be211f8, 'click', function() {infowindow.open(map,m_68f5d72fd558955639b8f0448be211f8);});$marker.push(m_68f5d72fd558955639b8f0448be211f8);}});}google.maps.event.addDomListener(window, 'load', initialize);