Hours and Location

Diamond Mine
3120 S Parker Rd
Aurora CO 80014

303-369-8818

Tuesday – Saturday
10:00am – 6:00pm

 

// <![CDATA[
function init_map(){var myOptions = {zoom:15,center:new google.maps.LatLng(39.6600964,-104.8517223),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById(“gmap_canvas”), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(39.6600964, -104.8517223)});infowindow = new google.maps.InfoWindow({content:”Diamond Mine
3120 S Parker Rd
80014 Aurora” });google.maps.event.addListener(marker, “click”, function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, ‘load’, init_map);
// ]]>