Subversion Repositories SmartDukaan

Rev

Rev 27405 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27405 Rev 27408
Line 81... Line 81...
81
			 var marker = new google.maps.Marker({
81
			 var marker = new google.maps.Marker({
82
	          map: map,
82
	          map: map,
83
	          position: {lat:locationMap[j].lat, lng:locationMap[j].lng},
83
	          position: {lat:locationMap[j].lat, lng:locationMap[j].lng},
84
	           icon: {
84
	           icon: {
85
				path: google.maps.SymbolPath.CIRCLE,
85
				path: google.maps.SymbolPath.CIRCLE,
86
				scale: 10 ,
86
				scale: 6 ,
87
				fillColor: '#00CCBB',
87
				fillColor: '#00CCBB',
88
				fillOpacity: 1,
88
				fillOpacity: 1,
89
				strokeColor: '',
89
				strokeColor: '',
90
				strokeWeight: 0
90
				strokeWeight: 0
91
			   },
91
			   },