// JavaScript Document
 	

	var map = {
		initialize: function() {
			var	map,
				map_options,
				mapdiv = document.getElementById('map_canvas'),
				myMarker = false,
				useragent = navigator.userAgent;

	
			mapdiv.style.width = mapdiv.style.height = '100%';

			
			map_options = {
				zoom: 11,
				center: new google.maps.LatLng(40.136826,-105.208082), 
				mapTypeControl: true,
   				mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU},
   				navigationControl: true,
  				navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL},
				mapTypeId: google.maps.MapTypeId.TERRAIN
			};
	
			map = new google.maps.Map(mapdiv, map_options);
			
			



// Residential Property

var image = 'http://www.klrealty.net/Boulder/Map/images/Pin-Red.png';
//var image = 'http://www.klrealty.net/Maps/home.png';

// * Next Pin_________________________________________________________________
// 40.232375,-105.268466

var markerR1 = new google.maps.Marker({
        position: new google.maps.LatLng(40.232375,-105.268466), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/Horizon-1016/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/Horizon-1016/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR1 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR1, 'click', function() {
  infowindowR1.open(map,markerR1);
});


// * Next Pin_________________________________________________________________


var markerR2 = new google.maps.Marker({
        position: new google.maps.LatLng(40.02387,-105.260353), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/2640_Pine/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/2640_Pine/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR2 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR2, 'click', function() {
  infowindowR2.open(map,markerR2);
});


// * Next Pin_________________________________________________________________


var markerR3 = new google.maps.Marker({
        position: new google.maps.LatLng(40.214948,-105.174823), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/13264_N_75th/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/13264_N_75th/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR3 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR3, 'click', function() {
  infowindowR3.open(map,markerR3);
});


// * Next Pin_________________________________________________________________


var markerR4 = new google.maps.Marker({
        position: new google.maps.LatLng(40.286524,-105.279053), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/1565_County_Rd_37E/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/1565_County_Rd_37E/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR4 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR4, 'click', function() {
  infowindowR4.open(map,markerR4);
});


// * Next Pin 5_________________________________________________________________


var markerR5 = new google.maps.Marker({
        position: new google.maps.LatLng(40.232453,-105.273096), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/5th-Ave-1051/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/5th-Ave-1051/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR5 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR5, 'click', function() {
  infowindowR5.open(map,markerR5);
});



// * Next Pin 6_________________________________________________________________


var markerR6 = new google.maps.Marker({
        position: new google.maps.LatLng(40.123667,-105.212631), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/Boulder-Hills-8584/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/Boulder-Hills-8584/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR6 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR6, 'click', function() {
  infowindowR6.open(map,markerR6);
});




// * Next Pin 7_________________________________________________________________
var markerR7 = new google.maps.Marker({
        position: new google.maps.LatLng(40.210666,-105.281699), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/St-Vrain-32175/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/St-Vrain-32175/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR7 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR7, 'click', function() {
  infowindowR7.open(map,markerR7);
});





// * Next Pin_________________________________________________________________


var markerR8 = new google.maps.Marker({
        position: new google.maps.LatLng(40.136042,-105.277766),
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/8862_Sage_Valley/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/8862_Sage_Valley/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR8 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR8, 'click', function() {
  infowindowR8.open(map,markerR8);
});


// * Next Pin 9_________________________________________________________________

// * Next Pin 9_________________________________________________________________
// 40.017701,-105.039621

var markerR9 = new google.maps.Marker({
        position: new google.maps.LatLng(40.017701,-105.039621), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/Taylor-865/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/Taylor-865/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR9 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR9, 'click', function() {
  infowindowR9.open(map,markerR9);
});


// * Next Pin_________________________________________________________________




// * Next Pin 11 _________________________________________________________________



// * Next Pin_________________________________________________________________


var markerR12 = new google.maps.Marker({
        position: new google.maps.LatLng(40.220528,-105.265426), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/900_2nd_Lyons/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/900_2nd_Lyons/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR12 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR12, 'click', function() {
  infowindowR12.open(map,markerR12);
});
// * Next Pin_________________________________________________________________


var markerR13 = new google.maps.Marker({
        position: new google.maps.LatLng(40.182755,-105.090698), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/36_Kodiak/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/36_Kodiak/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR13 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR13, 'click', function() {
  infowindowR13.open(map,markerR13);
});

// * Next Pin_________________________________________________________________


var markerR14 = new google.maps.Marker({
        position: new google.maps.LatLng(40.18741,-105.099244), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/1621_Emery/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/1621_Emery/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR14 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR14, 'click', function() {
  infowindowR14.open(map,markerR14);
});


// * Next Pin_________________________________________________________________
// Lakeridge Trail 40.141041,-105.287063

var markerR15 = new google.maps.Marker({
        position: new google.maps.LatLng(40.141041,-105.287063), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Residential-Real-Estate/Lakeridge_2979/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Residential-Real-Estate/Lakeridge_2979/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowR15 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerR15, 'click', function() {
  infowindowR15.open(map,markerR15);
});


// Horse Property
var image = 'http://www.klrealty.net/Boulder/Map/images/Pin-Purple.png';


// * Next Pin 1_________________________________________________________________
// 40.170544,-105.240026
var markerH1 = new google.maps.Marker({
        position: new google.maps.LatLng(40.170544,-105.240026), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/N_49th_10771/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Horse-Real-Estate/N_49th_10771/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH1 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH1, 'click', function() {
  infowindowH1.open(map,markerH1);
});


// * Next Pin_________________________________________________________________

var markerH2 = new google.maps.Marker({
        position: new google.maps.LatLng(40.266363,-105.45579), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/0_County_59/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Horse-Real-Estate/0_County_59/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH2 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH2, 'click', function() {
  infowindowH2.open(map,markerH2);
});


var markerH3 = new google.maps.Marker({
        position: new google.maps.LatLng(40.11712,-105.131897), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/7875_N_95th/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/7875_N_95th/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH3 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH3, 'click', function() {
  infowindowH3.open(map,markerH3);
});


// * Next Pin_________________________________________________________________

// 40.132761,-105.175574
var markerH4 = new google.maps.Marker({
        position: new google.maps.LatLng(40.132761,-105.175574), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/Crimson-Clover-8753/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/Crimson-Clover-8753/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH4 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH4, 'click', function() {
  infowindowH4.open(map,markerH4);
});

// * Next Pin_________________________________________________________________




// * Next Pin_________________________________________________________________


var markerH6 = new google.maps.Marker({
        position: new google.maps.LatLng(40.186914,-105.248369), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/4556_Hygiene/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/4556_Hygiene/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH6 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH6, 'click', function() {
  infowindowH6.open(map,markerH6);
});
// * Next Pin_________________________________________________________________
//WCR5 Erie 40.066857,-105.015049

var markerH7 = new google.maps.Marker({
        position: new google.maps.LatLng(40.066857,-105.015049), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/WCR5-4540/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/WCR5-4540/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH7 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH7, 'click', function() {
  infowindowH7.open(map,markerH7);
});

// * Next Pin  8_________________________________________________________________


// * Next Pin_________________________________________________________________
// 1612 Spring Gulch 40.275752,-105.3108


var markerH9 = new google.maps.Marker({
        position: new google.maps.LatLng(40.275752,-105.3108), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/Spring_Gulch_1612/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/Spring_Gulch_1612/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH9 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH9, 'click', function() {
  infowindowH9.open(map,markerH9);
});
// * Next Pin_________________________________________________________________


var markerH10 = new google.maps.Marker({
        position: new google.maps.LatLng(40.156581,-105.186941), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/Coyote-Trail-7245/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/Coyote-Trail-7245/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH10 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH10, 'click', function() {
  infowindowH10.open(map,markerH10);
});
// * Next Pin 11_________________________________________________________________
//40.076708,-105.053387





// * Next Pin 12_________________________________________________________________
//40.05858,-105.074469
var markerH12 = new google.maps.Marker({
        position: new google.maps.LatLng(40.05858,-105.074469), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/N_119th_4620/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/N_119th_4620/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH12 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH12, 'click', function() {
  infowindowH12.open(map,markerH12);
});

// * Next Pin_________________________________________________________________


var markerH13 = new google.maps.Marker({
        position: new google.maps.LatLng(40.07402,-105.084411), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/11471_Lookout/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/11471_Lookout/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH13 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH13, 'click', function() {
  infowindowH13.open(map,markerH13);
});


// * Next Pin 14_________________________________________________________________

// * Next Pin 14_________________________________________________________________


var markerH14 = new google.maps.Marker({
        position: new google.maps.LatLng(40.297413,-105.134026), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/County-21-209/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/County-21-209/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH14 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH14, 'click', function() {
  infowindowH14.open(map,markerH14);
});



// * Next Pin 15 ________________________________________
// 81st street 40.125525,-105.166563

var markerH15 = new google.maps.Marker({
        position: new google.maps.LatLng(40.125525,-105.166563), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/8400_N_81st/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/8400_N_81st/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH15 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH15, 'click', function() {
  infowindowH15.open(map,markerH15);
});


// * Next Pin_________________________________________________________________


var markerH16 = new google.maps.Marker({
        position: new google.maps.LatLng(40.113822,-105.244603), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/4508_Oxford/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/4508_Oxford/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH16 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH16, 'click', function() {
  infowindowH16.open(map,markerH16);
});





// * Next Pin 19_________________________________________________________________

// * Next Pin_________________________________________________________________


var markerH26 = new google.maps.Marker({
        position: new google.maps.LatLng(40.143665,-105.209155), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/9421_N_63rd/Listing.html" class="tu_db_iframe_705x830"><img src="http://www.klrealty.net/Horse-Real-Estate/9421_N_63rd/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowH26 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerH26, 'click', function() {
  infowindowH26.open(map,markerH26);
});

	
		
// Land Property_____________________________________________________________

var image = 'http://www.klrealty.net/Boulder/Map/images/Pin-Green.png';
//var image = 'http://www.klrealty.net/Maps/land.png';
var markerL1 = new google.maps.Marker({
        position: new google.maps.LatLng(40.123996,-105.228322), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/8242_Ouray/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/8242_Ouray/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowL1 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL1, 'click', function() {
  infowindowL1.open(map,markerL1);
});	

// Next Pin 2___________________________________________________
//40.285893,-105.261941
var markerL2 = new google.maps.Marker({
        position: new google.maps.LatLng(40.285893,-105.261941), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/County_37E_0/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/County_37E_0/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowL2 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL2, 'click', function() {
  infowindowL2.open(map,markerL2);
});	
// * Next Pin_________________________________________________________________


var markerL3 = new google.maps.Marker({
        position: new google.maps.LatLng(40.230775,-105.271723), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/Steamboat_1336/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/Steamboat_1336/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowL3 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL3, 'click', function() {
  infowindowL3.open(map,markerL3);
});	

// * Next Pin L4  _________________________________________________________________
// * Next Pin L4  _________________________________________________________________
// 40.268251,-105.353838

var markerL4 = new google.maps.Marker({
        position: new google.maps.LatLng(40.230775,-105.271723), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/Steamboat_1336/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/Steamboat_1336/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowL4 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL4, 'click', function() {
  infowindowL4.open(map,markerL4);
});	



// * Next Pin_________________________________________________________________





// * Next Pin_________________________________________________________________


var markerL6 = new google.maps.Marker({
        position: new google.maps.LatLng(40.2535,-105.33085), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/TBD_St_Vrain/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/TBD_St_Vrain/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowL6 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL6, 'click', function() {
  infowindowL6.open(map,markerL6);
});	


// * Next Pin_________________________________________________________________


var markerL7 = new google.maps.Marker({
        position: new google.maps.LatLng(40.107798,-105.481808), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/Pine-Cone-1021/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/Pine-Cone-1021/images/Site/iPhone2.png" width="250" height="83" border="0" /></a> '
    ;

var infowindowL7 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL7, 'click', function() {
  infowindowL7.open(map,markerL7);
});	

// * Next Pin 8_________________________________________________________________




// * Next Pin_________________________________________________________________


var markerL9 = new google.maps.Marker({
        position: new google.maps.LatLng(40.040709,-105.391352), 
        map: map,
		icon: image
		});
	var contentString =
    
   'a href="http://www.coloproperty.com/Reports/index.cfm?&FID=24&Action=DetailReport&MLSNumber=621423&Framed=Yes&SubsetId=0">0 St Vrain Rd, Lyons</a> '
    ;

var infowindowL9 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL9, 'click', function() {
  infowindowL9.open(map,markerL9);
});	
// * Next Pin_10________________________________________________________________



// * Next Pin_________________________________________________________________


var markerL11 = new google.maps.Marker({
        position: new google.maps.LatLng(40.375051,-105.486721), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Land-Real-Estate/18_Valley_View/Listing.html"><img src="http://www.klrealty.net/Land-Real-Estate/18_Valley_View/images/Site/200.jpg" width="200" height="150" border="0" /></a> '
    ;

var infowindowL11 = new google.maps.InfoWindow({
    content: contentString
});

google.maps.event.addListener(markerL11, 'click', function() {
  infowindowL11.open(map,markerL11);
});


//End Pins__________________________________
	
		}
	};
