	
	/*
Map Property © Whitney Interactive http://www.olivermcbryan.com/

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

	
			

			
			map_options = {
				zoom: 14,
				center: new google.maps.LatLng(40.014731,-105.280309),
				mapTypeControl: true,
   				mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DEFAULT},
   				navigationControl: true,
  				navigationControlOptions: {style: google.maps.NavigationControlStyle.DEFAULT},
				mapTypeId: google.maps.MapTypeId.TERRAIN
				
			};
	
			map = new google.maps.Map(mapdiv, map_options);




// * Next Pin_________________________________________________________________

var image = 'http://www.myboulderrental.com/Properties/2027_10th/images/Site/iMap.png';
var marker2 = new google.maps.Marker({
        position: new google.maps.LatLng(40.017932,-105.282916), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.myboulderrental.com/Properties/2027_10th/index.html" toptions="type = iframe, layout = dashboard, effect = appear, resizable = 0, shaded = 1, width = 920, height = 500, overlayClose = 1"/><img src="http://www.myboulderrental.com/Properties/2027_10th/images/Site/200.jpg" width="200" height="133" /><br>more info...</a>'
    ;

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

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


// * Next Pin_________________________________________________________________


var image = 'http://www.myboulderrental.com/Properties/1135_11th/images/Site/iMap.png';
var marker4 = new google.maps.Marker({
        position: new google.maps.LatLng(40.00819,-105.278978), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.myboulderrental.com/Properties/1135_11th/index.html" toptions="type = iframe, layout = dashboard, effect = appear, resizable = 0, shaded = 1, width = 920, height = 500, overlayClose = 1"/><img src="http://www.myboulderrental.com/Properties/1135_11th/images/Site/200.jpg" width="200" height="133" /><br>more info...</a>'
    ;

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

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


// * Next Pin_________________________________________________________________


var
 image = 'http://www.myboulderrental.com/Properties/1004_14th/images/Site/iMap.png';
var marker5 = new google.maps.Marker({
        position: new google.maps.LatLng(40.005626,-105.274816), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.myboulderrental.com/Properties/1004_14th/index.html" toptions="type = iframe, layout = dashboard, effect = appear, resizable = 0, shaded = 1, width = 920, height = 500, overlayClose = 1"/><img src="http://www.myboulderrental.com/Properties/1004_14th/images/Site/200.jpg" width="200" height="133" /><br>more info...</a>'
    ;

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

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


// * Next Pin_________________________________________________________________


var image = 'http://www.myboulderrental.com/Properties/431_5th_Ave/images/Site/iMap.png';
var marker6 = new google.maps.Marker({
        position: new google.maps.LatLng(40.22304,-105.271814), 
        map: map,
		icon: image
		});
	var contentString =
    
   '<a href="http://www.myboulderrental.com/Properties/431_5th_Ave/index.html" toptions="type = iframe, layout = dashboard, effect = appear, resizable = 0, shaded = 1, width = 920, height = 500, overlayClose = 1"/><img src="http://www.myboulderrental.com/Properties/431_5th_Ave/images/Site/200.jpg" width="200" height="133" /><br>more info...</a>'
    ;

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

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



		}
	};
