');
					infoWindow.open(map, marker);
					if (marker.getAnimation() !== null) {
						marker.setAnimation(null);
					} else {
						marker.setAnimation(google.maps.Animation.BOUNCE);
					}
				};
			})(marker, i));
			map.fitBounds(bounds);
		}
		var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event) {
			this.setZoom(map.getZoom()-1);
			if (this.getZoom() > 15) {
				this.setZoom(15);
			}
			google.maps.event.removeListener(boundsListener);
		});
	});
            
رنگ های سفارشی،  آیکن نشانگر سفارشی
        
');
					infoWindow.open(map, marker);
					if (marker.getAnimation() !== null) {
						marker.setAnimation(null);
					} else {
						marker.setAnimation(google.maps.Animation.BOUNCE);
					}
				};
			})(marker, i));
			map.fitBounds(bounds);
		}
		var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event) {
			this.setZoom(map.getZoom()-1);
			if (this.getZoom() > 15) {
				this.setZoom(15);
			}
			google.maps.event.removeListener(boundsListener);
		});
	});