// Copyright (c) mindat.org 1993-2009 function j(lat,long) {var point = new GLatLng(lat,long); map.setCenter(point, 16);} function cm(lat,long,html,name) { var point = new GLatLng(lat,long); var marker = new GMarker(point,{icon:icon, title:name}); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(jsunpack(html)); // // map.panTo(marker.getPoint()); var zoom = map.getZoom(); if(zoom<9) zoom=9; map.setZoom(zoom); map.setCenter(marker.getPoint(), zoom); }); GEvent.addListener(marker,"mouseover", function() { marker.setImage("kml-gm-o.png"); }); GEvent.addListener(marker,"mouseout", function() { marker.setImage("kml-gm.png"); }); clus.AddMarker(marker,name); } function jsunpack(txt) { txt=txt.replace(/~~/,"
"); txt=txt.replace(/~!/,""); txt=txt.replace(/~\)/,"
Reference: "); return (txt); } function loadPoints() { cm(18.75,73.85,"~~185786.html\">Chakan, Pune District (Poonah District), Maharashtra, India

~$Mordenite
© www.exceptionalminerals.com

Basaltic nodule of blue Chalcedony, Calcite, and Mordenite sprays! I\'m displaying three photos of this specimen to show just how beautiful and unique it really is! The first two photos show the specimen from the frontal display side and the last ...~%
","Chakan, Pune District (Poonah District), Maharashtra, India"); cm(18.5666666667,73.9666666667,"~~5399.html\">Lonavala Quarry, Lonavale (Lonavala), Pune District (Poonah District), Maharashtra, India
~$Gyrolite
© 2001 John H. Betts

Many pale-green gyrolite spherical crystal rosettes to 3 mm diameter on colorless quartz crystal plates. Minor white mesolite crystals to 5 mm. Mounted in plastic box for protection. Ex. Sahno Collection. Overall size of mineral specimen: 6x4x3 cm. ...~%","Lonavala Quarry, Lonavale (Lonavala), Pune District (Poonah District), Maharashtra, India"); cm(18.5666666667,73.9666666667,"~~10688.html\">Dhoot Quarry, Wagholi, Pune District (Poonah District), Maharashtra, India
~$Cavansite
© BHAIRAWNATH WAKALE

CAVANSITE ON MATRIX.guift from my friend mr.milind kolhatkar.size of cavansite - 1cm X 1cm X 7mm.collection in - BHAIRAWNATH WAKALE.~%","Dhoot Quarry, Wagholi, Pune District (Poonah District), Maharashtra, India"); cm(18.5666666667,73.9666666667,"~~6854.html\">Wagholi Quarry, Wagholi, Pune District (Poonah District), Maharashtra, India
~$Cavansite
©

Cavansite crystals 4mm long. James K.C.Huang Collection and Photo.~%","Wagholi Quarry, Wagholi, Pune District (Poonah District), Maharashtra, India"); var zoombox=new GLatLngBounds(new GLatLng(18.5666666667,73.85),new GLatLng(18.75,73.9666666667)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }