Revision 2b8423a5 static/js/home-page-map.js

b/static/js/home-page-map.js
205 205
			'map' : map,
206 206
			'title' : title,
207 207
			'address' : address,
208
			'icon' : image,
208
			'icon' : pinImg,
209 209
		});
210 210
		return marker
211 211
	}
......
333 333
		image = '';
334 334
		infoWindow;
335 335
		pinImg = mapDiv.data("pin");
336
		pinGrpImg = mapDiv.data("group-pin");
336 337
		addr = {};
337 338
		styles = [{
338
			url : mapDiv.data("pin"),
339
			url : pinGrpImg,
339 340
			height : 54,
340 341
			width : 63,
341 342
			textColor : '#ffffff',
342 343
			textSize : 11
343 344
		}, {
344
			url : mapDiv.data("pin"),
345
			url : pinGrpImg,
345 346
			height : 54,
346 347
			width : 63,
347 348
			textColor : '#ffffff',
348 349
			textSize : 11
349 350
		}, {
350
			url : mapDiv.data("pin"),
351
			url : pinGrpImg,
351 352
			height : 54,
352 353
			width : 63,
353 354
			textColor : '#ffffff',

Also available in: Unified diff