function newPushPinMarker() {
	var pushPinIcon = new GIcon();
	pushPinIcon.image = "images/v1-pin.png";
	pushPinIcon.shadow = "images/v1-pin-shadow.png";
	pushPinIcon.iconSize = new GSize(31.2, 45.6);
	pushPinIcon.shadowSize = new GSize(31.2, 45.6);
	pushPinIcon.iconAnchor = new GPoint(0, 45.6);
	pushPinIcon.infoWindowAnchor = new GPoint(12, 14);
	pushPinIcon.transparent = "images/v1-pin.png";
	return pushPinIcon;
}

var pushPinIcon = newPushPinMarker();
