// 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: 10,
				center: new google.maps.LatLng(40.179923,-105.118217), 
				mapTypeId: google.maps.MapTypeId.TERRAIN
			};
	
			map = new google.maps.Map(mapdiv, map_options);



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



var markerH1 = new google.maps.Marker({
        position: new google.maps.LatLng(40.056198,-105.093412), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/11051_Jasper/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/11051_Jasper/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 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_________________________________________________________________


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

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

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


// * Next Pin_________________________________________________________________


var markerH7 = new google.maps.Marker({
        position: new google.maps.LatLng(40.114167,-105.116694), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/10142_Oxford/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/10142_Oxford/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_________________________________________________________________


var markerH9 = new google.maps.Marker({
        position: new google.maps.LatLng(40.259093,-105.148537), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/8850_N_County_Line/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/8850_N_County_Line/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 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_________________________________________________________________


var markerH14 = new google.maps.Marker({
        position: new google.maps.LatLng(40.10354,-105.242479), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/7107_N_49th/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/7107_N_49th/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_________________________________________________________________


var markerH15 = new google.maps.Marker({
        position: new google.maps.LatLng(40.109309,-105.18553), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.klrealty.net/Horse-Real-Estate/7431_N_73rd/Listing.html"><img src="http://www.klrealty.net/Horse-Real-Estate/7431_N_73rd/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_________________________________________________________________


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

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

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


// * Next Pin_________________________________________________________________


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

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

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


// * Next Pin_________________________________________________________________


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

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

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


// * Next Pin_________________________________________________________________


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

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

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



	
		}
	};