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.3054,-102.605)};var g_d385e1770a1c521cf1c23fa1bb8a5921 = new google.maps.Geocoder();g_d385e1770a1c521cf1c23fa1bb8a5921.geocode( { 'address': "128 Colorado Ave, Stratton, CO 80836, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratton-CO-prairie-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('stratton-CO-prairie-development-corporation'), mapOptions);}document.getElementById('7a85c223').innerHTML += ' | View Map';var $ld385e1770a1c521cf1c23fa1bb8a5921 = '

Prairie Development Corporation

Address: 128 Colorado Ave, Stratton, CO 80836, USA
Phone: (719) 348-5596
';var m_d385e1770a1c521cf1c23fa1bb8a5921 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prairie Development Corporation',});m_d385e1770a1c521cf1c23fa1bb8a5921['infowindow'] = new google.maps.InfoWindow({content: $ld385e1770a1c521cf1c23fa1bb8a5921});var infowindow = new google.maps.InfoWindow({content: $ld385e1770a1c521cf1c23fa1bb8a5921});google.maps.event.addListener(m_d385e1770a1c521cf1c23fa1bb8a5921, 'click', function() {infowindow.open(map,m_d385e1770a1c521cf1c23fa1bb8a5921);});$marker.push(m_d385e1770a1c521cf1c23fa1bb8a5921);}});}google.maps.event.addDomListener(window, 'load', initialize);